Searched refs:ts_recent (Results 1 – 7 of 7) sorted by relevance
139 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()
600 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()
281 tp->ts_recent); in tcp_transmit_skb()1175 req->ts_recent); in tcp_make_synack()
2981 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()
183 __u32 ts_recent; member545 __u32 ts_recent; member1539 *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() argument1591 *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()
380 __u32 ts_recent; /* Time stamp to echo next */ member
471 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()