Home
last modified time | relevance | path

Searched refs:ts_recent_stamp (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_minisocks.c107 tmp_opt.ts_recent_stamp = tcptw->tw_ts_recent_stamp; in tcp_timewait_state_process()
275 tcptw->tw_ts_recent_stamp = tp->rx_opt.ts_recent_stamp; in tcp_time_wait()
527 newtp->rx_opt.ts_recent_stamp = ktime_get_seconds(); in tcp_create_openreq_child()
530 newtp->rx_opt.ts_recent_stamp = 0; in tcp_create_openreq_child()
593 tmp_opt.ts_recent_stamp = ktime_get_seconds() - ((TCP_TIMEOUT_INIT/HZ)<<req->num_timeout); in tcp_check_req()
H A Dtcp_ipv4.c172 tp->rx_opt.ts_recent_stamp = tcptw->tw_ts_recent_stamp; in tcp_twsk_unique()
252 if (tp->rx_opt.ts_recent_stamp && inet->inet_daddr != daddr) { in tcp_v4_connect()
255 tp->rx_opt.ts_recent_stamp = 0; in tcp_v4_connect()
H A Dtcp_input.c3633 tp->rx_opt.ts_recent_stamp = ktime_get_seconds(); in tcp_store_ts_recent()
6263 if (tp->rx_opt.ts_recent_stamp && tp->rx_opt.saw_tstamp && in tcp_rcv_synsent_state_process()
H A Dtcp_output.c3696 tp->advmss - (tp->rx_opt.ts_recent_stamp ? tp->tcp_header_len - sizeof(struct tcphdr) : 0), in tcp_connect_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.h94 #define TS_RECENT_STAMP(tp) ((tp)->rx_opt.ts_recent_stamp)
H A Dchtls_cm.c1869 tp->rx_opt.ts_recent_stamp = ktime_get_seconds(); in chtls_timewait()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h511 last_overflow = READ_ONCE(tcp_sk(sk)->rx_opt.ts_recent_stamp); in tcp_synq_overflow()
513 WRITE_ONCE(tcp_sk(sk)->rx_opt.ts_recent_stamp, now); in tcp_synq_overflow()
534 last_overflow = READ_ONCE(tcp_sk(sk)->rx_opt.ts_recent_stamp); in tcp_synq_no_recent_overflow()
1504 rx_opt->ts_recent_stamp + TCP_PAWS_24DAYS))) in tcp_paws_check()
1535 rx_opt->ts_recent_stamp + TCP_PAWS_MSL)) in tcp_paws_reject()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtcp.h84 int ts_recent_stamp;/* Time we stored ts_recent (for aging) */ member
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dtcp_ipv6.c215 if (tp->rx_opt.ts_recent_stamp && in tcp_v6_connect()
218 tp->rx_opt.ts_recent_stamp = 0; in tcp_v6_connect()