Searched refs:ts_recent (Results 1 – 14 of 14) sorted by relevance
99 tmp_opt.ts_recent = tcptw->tw_ts_recent; in tcp_timewait_state_process()301 tcptw->tw_ts_recent = tp->rx_opt.ts_recent; in tcp_time_wait()557 newtp->rx_opt.ts_recent = req->ts_recent; in tcp_create_openreq_child()621 tmp_opt.ts_recent = req->ts_recent; in tcp_check_req()761 req->ts_recent = tmp_opt.rcv_tsval; in tcp_check_req()
393 req->ts_recent = tcp_opt.saw_tstamp ? tcp_opt.rcv_tsval : 0; in cookie_v4_check()
173 tp->rx_opt.ts_recent = tcptw->tw_ts_recent; in tcp_twsk_unique()264 tp->rx_opt.ts_recent = 0; in tcp_v4_connect()986 req->ts_recent, in tcp_v4_reqsk_send_ack()
794 opts->tsecr = tp->rx_opt.ts_recent; in tcp_syn_options()879 opts->tsecr = req->ts_recent; in tcp_synack_options()938 opts->tsecr = tp->rx_opt.ts_recent; in tcp_established_options()
3663 tp->rx_opt.ts_recent = tp->rx_opt.rcv_tsval; in tcp_store_ts_recent()4280 (s32)(tp->rx_opt.ts_recent - tp->rx_opt.rcv_tsval) <= (inet_csk(sk)->icsk_rto * 1024) / HZ); in tcp_disordered_ack()5901 if ((s32)(tp->rx_opt.rcv_tsval - tp->rx_opt.ts_recent) < 0) in tcp_rcv_established()6782 req->ts_recent = rx_opt->saw_tstamp ? rx_opt->rcv_tsval : 0; in tcp_openreq_init()
106 __le32 ts_recent; member243 __le32 ts_recent; member
79 u32 ts_recent; member
66 u32 ts_recent; member
1555 if ((s32)(rx_opt->ts_recent - rx_opt->rcv_tsval) <= paws_win) in tcp_paws_check()1565 if (!rx_opt->ts_recent) in tcp_paws_check()
84 u32 ts_recent; member368 p_tcp->ts_recent = cpu_to_le32(p_conn->ts_recent); in qed_sp_iscsi_conn_offload()1248 con->ts_recent = conn_info->ts_recent; in qed_iscsi_offload_conn()
211 req->ts_recent = tcp_opt.saw_tstamp ? tcp_opt.rcv_tsval : 0; in cookie_v6_check()
218 tp->rx_opt.ts_recent = 0; in tcp_v6_connect()1132 req->ts_recent, sk->sk_bound_dev_if, in tcp_v6_reqsk_send_ack()
114 u32 ts_recent; /* Time stamp to echo next */ member
919 data = lookup_stid(cdev->tids, oreq->ts_recent); in chtls_pass_open_arp_failure()1214 oreq->ts_recent = PASS_OPEN_TID_G(ntohl(req->tos_stid)); in chtls_recv_sock()1370 oreq->ts_recent = 0; in chtls_pass_accept_request()2085 ctx = lookup_stid(cdev->tids, oreq->ts_recent); in abort_syn_rcv()
Completed in 54 milliseconds