Searched refs:ts_recent (Results 1 – 14 of 14) sorted by relevance
116 tmp_opt.ts_recent = READ_ONCE(tcptw->tw_ts_recent); in tcp_timewait_state_process()322 tcptw->tw_ts_recent = tp->rx_opt.ts_recent; in tcp_time_wait()581 newtp->rx_opt.ts_recent = READ_ONCE(req->ts_recent); in tcp_create_openreq_child()667 tmp_opt.ts_recent = READ_ONCE(req->ts_recent); in tcp_check_req()813 WRITE_ONCE(req->ts_recent, tmp_opt.rcv_tsval); in tcp_check_req()
342 req->ts_recent = tcp_opt->saw_tstamp ? tcp_opt->rcv_tsval : 0; in cookie_tcp_reqsk_alloc()
191 tp->rx_opt.ts_recent = READ_ONCE(tcptw->tw_ts_recent); in tcp_twsk_unique()282 tp->rx_opt.ts_recent = 0; in tcp_v4_connect()1157 READ_ONCE(req->ts_recent),
851 opts->tsecr = tp->rx_opt.ts_recent; in tcp_syn_options()939 opts->tsecr = READ_ONCE(req->ts_recent); in tcp_synack_options()996 opts->tsecr = tp->rx_opt.ts_recent; in tcp_established_options()
3807 tp->rx_opt.ts_recent = tp->rx_opt.rcv_tsval; in tcp_store_ts_recent()4470 (s32)(tp->rx_opt.ts_recent - tp->rx_opt.rcv_tsval) <= in tcp_disordered_ack()6148 if ((s32)(tp->rx_opt.rcv_tsval - tp->rx_opt.ts_recent) < 0) in tcp_rcv_established()7062 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
72 u32 ts_recent; member
1689 if ((s32)(rx_opt->ts_recent - rx_opt->rcv_tsval) <= paws_win) in tcp_paws_check()1699 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()1249 con->ts_recent = conn_info->ts_recent; in qed_iscsi_offload_conn()
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()
208 tp->rx_opt.ts_recent = 0; in tcp_v6_connect()1277 READ_ONCE(req->ts_recent), sk->sk_bound_dev_if,
12031 req->ts_recent = attrs->rcv_tsval; in bpf_sk_assign_tcp_reqsk()
Completed in 75 milliseconds