Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Dtcp_minisocks.c135 if (th->doff > (sizeof(struct tcphdr)>>2) && tw->ts_recent_stamp) { in tcp_timewait_state_process()
140 tp.ts_recent_stamp = tw->ts_recent_stamp; in tcp_timewait_state_process()
182 tw->ts_recent_stamp = xtime.tv_sec; in tcp_timewait_state_process()
192 sysctl_tcp_tw_recycle && tw->ts_recent_stamp && in tcp_timewait_state_process()
239 tw->ts_recent_stamp = xtime.tv_sec; in tcp_timewait_state_process()
352 if (sysctl_tcp_tw_recycle && tp->ts_recent_stamp) in tcp_time_wait()
380 tw->ts_recent_stamp= tp->ts_recent_stamp; in tcp_time_wait()
780 newtp->ts_recent_stamp = xtime.tv_sec; in tcp_create_openreq_child()
783 newtp->ts_recent_stamp = 0; in tcp_create_openreq_child()
823 ttp.ts_recent_stamp = xtime.tv_sec - ((TCP_TIMEOUT_INIT/HZ)<<req->retrans); in tcp_check_req()
Dtcp_ipv4.c595 if (tw->ts_recent_stamp && in __tcp_v4_check_established()
597 xtime.tv_sec - tw->ts_recent_stamp > 1))) { in __tcp_v4_check_established()
601 tp->ts_recent_stamp = tw->ts_recent_stamp; in __tcp_v4_check_established()
807 if (tp->ts_recent_stamp && sk->daddr != daddr) { in tcp_v4_connect()
810 tp->ts_recent_stamp = 0; in tcp_v4_connect()
815 !tp->ts_recent_stamp && in tcp_v4_connect()
825 tp->ts_recent_stamp = peer->tcp_ts_stamp; in tcp_v4_connect()
1957 peer->tcp_ts_stamp <= tp->ts_recent_stamp)) { in tcp_v4_remember_stamp()
1958 peer->tcp_ts_stamp = tp->ts_recent_stamp; in tcp_v4_remember_stamp()
1978 peer->tcp_ts_stamp <= tw->ts_recent_stamp)) { in tcp_v4_tw_remember_stamp()
[all …]
Dtcp_input.c2982 tp->ts_recent_stamp = xtime.tv_sec; in tcp_store_ts_recent()
2997 xtime.tv_sec >= tp->ts_recent_stamp + TCP_PAWS_24DAYS) in tcp_replace_ts_recent()
3047 xtime.tv_sec < tp->ts_recent_stamp + TCP_PAWS_24DAYS && in tcp_paws_discard()
4486 if (tp->ts_recent_stamp && tp->saw_tstamp && tcp_paws_check(tp, 0)) in tcp_rcv_synsent_state_process()
Dtcp_output.c1210 tp->advmss - (tp->ts_recent_stamp ? tp->tcp_header_len - sizeof(struct tcphdr) : 0), in tcp_connect_init()
/linux-2.4.37.9/net/ipv6/
Dtcp_ipv6.c467 if (tw->ts_recent_stamp) { in tcp_v6_check_established()
472 tp->ts_recent_stamp = tw->ts_recent_stamp; in tcp_v6_check_established()
612 if (tp->ts_recent_stamp && ipv6_addr_cmp(&np->daddr, &usin->sin6_addr)) { in tcp_v6_connect()
614 tp->ts_recent_stamp = 0; in tcp_v6_connect()
/linux-2.4.37.9/include/net/
Dtcp.h184 long ts_recent_stamp; member
1932 if (xtime.tv_sec >= tp->ts_recent_stamp + TCP_PAWS_24DAYS) in tcp_paws_check()
1947 if (rst && xtime.tv_sec >= tp->ts_recent_stamp + TCP_PAWS_MSL) in tcp_paws_check()
Dsock.h381 long ts_recent_stamp;/* Time we stored ts_recent (for aging) */ member