Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Dtcp_minisocks.c139 tp.ts_recent = tw->ts_recent; in tcp_timewait_state_process()
183 tw->ts_recent = tp.rcv_tsval; in tcp_timewait_state_process()
238 tw->ts_recent = tp.rcv_tsval; in tcp_timewait_state_process()
265 (tp.saw_tstamp && (s32)(tw->ts_recent - tp.rcv_tsval) < 0))) { in tcp_timewait_state_process()
379 tw->ts_recent = tp->ts_recent; in tcp_time_wait()
779 newtp->ts_recent = req->ts_recent; in tcp_create_openreq_child()
818 ttp.ts_recent = req->ts_recent; in tcp_check_req()
930 req->ts_recent = ttp.rcv_tsval; in tcp_check_req()
Dtcp_ipv4.c600 tp->ts_recent = tw->ts_recent; in __tcp_v4_check_established()
809 tp->ts_recent = 0; in tcp_v4_connect()
826 tp->ts_recent = peer->tcp_ts; in tcp_v4_connect()
1255 tw->rcv_wnd>>tw->rcv_wscale, tw->ts_recent); in tcp_v4_timewait_ack()
1263 req->ts_recent); in tcp_v4_or_send_ack()
1488 (s32)(peer->tcp_ts - req->ts_recent) > TCP_PAWS_WINDOW) { in tcp_v4_conn_request()
1955 if ((s32)(peer->tcp_ts - tp->ts_recent) <= 0 || in tcp_v4_remember_stamp()
1959 peer->tcp_ts = tp->ts_recent; in tcp_v4_remember_stamp()
1976 if ((s32)(peer->tcp_ts - tw->ts_recent) <= 0 || in tcp_v4_tw_remember_stamp()
1980 peer->tcp_ts = tw->ts_recent; in tcp_v4_tw_remember_stamp()
Dtcp_output.c281 tp->ts_recent); in tcp_transmit_skb()
1175 req->ts_recent); in tcp_make_synack()
Dtcp_input.c2981 tp->ts_recent = tp->rcv_tsval; in tcp_store_ts_recent()
2996 if((s32)(tp->rcv_tsval - tp->ts_recent) >= 0 || in tcp_replace_ts_recent()
3041 (s32)(tp->ts_recent - tp->rcv_tsval) <= (tp->rto*1024)/HZ); in tcp_disordered_ack()
3046 return ((s32)(tp->ts_recent - tp->rcv_tsval) > TCP_PAWS_WINDOW && in tcp_paws_discard()
4145 if ((s32)(tp->rcv_tsval - tp->ts_recent) < 0) in tcp_rcv_established()
/linux-2.4.37.9/include/net/
Dtcp.h183 __u32 ts_recent; member
545 __u32 ts_recent; member
1539 *ptr++ = htonl(tp->ts_recent); in tcp_build_and_update_options()
1567 int offer_wscale, int wscale, __u32 tstamp, __u32 ts_recent) in tcp_syn_build_options() argument
1591 *ptr++ = htonl(ts_recent); /* TSECR */ in tcp_syn_build_options()
1780 req->ts_recent = tp->saw_tstamp ? tp->rcv_tsval : 0; in tcp_openreq_init()
1930 if ((s32)(tp->rcv_tsval - tp->ts_recent) >= 0) in tcp_paws_check()
Dsock.h380 __u32 ts_recent; /* Time stamp to echo next */ member
/linux-2.4.37.9/net/ipv6/
Dtcp_ipv6.c471 tp->ts_recent = tw->ts_recent; in tcp_v6_check_established()
613 tp->ts_recent = 0; in tcp_v6_connect()
1103 tw->rcv_wnd>>tw->rcv_wscale, tw->ts_recent); in tcp_v6_timewait_ack()
1110 tcp_v6_send_ack(skb, req->snt_isn+1, req->rcv_isn+1, req->rcv_wnd, req->ts_recent); in tcp_v6_or_send_ack()