Searched refs:lsndtime (Results 1 – 9 of 9) sorted by relevance
45 __u32 lsndtime; member57 __u64 lsndtime = 0; variable182 lsndtime = ktp->lsndtime; in egress_read_sock_fields()
208 delta = now - tcp_sk(sk)->lsndtime; in BPF_PROG()
114 if ((s32)(tcp_jiffies32 - tp->lsndtime) > 2*tcp_rto_max(sk) || !do_reset) in tcp_out_of_resources()124 if ((s32)(tcp_jiffies32 - tp->lsndtime) <= TCP_TIMEWAIT_LEN || in tcp_out_of_resources()
589 newtp->lsndtime = tcp_jiffies32; in tcp_create_openreq_child()
6753 tp->lsndtime = tcp_jiffies32; in tcp_finish_connect()7288 tp->lsndtime = tcp_jiffies32; in tcp_rcv_state_process()
188 tp->lsndtime = now; in tcp_event_data_sent()
163 CHECK(!skel->bss->lsndtime, "srv_tp", "Unexpected lsndtime:0\n"); in check_result()
276 u32 lsndtime; /* timestamp of last sent data packet (for restart window) */ member
1725 delta = tcp_jiffies32 - tp->lsndtime; in tcp_slow_start_after_idle_check()