Searched refs:lsndtime (Results 1 – 13 of 13) sorted by relevance
45 __u32 lsndtime; member57 __u64 lsndtime = 0; variable182 lsndtime = ktp->lsndtime; in egress_read_sock_fields()
202 delta = now - tcp_sk(sk)->lsndtime; in BPF_PROG()
112 if ((s32)(tcp_jiffies32 - tp->lsndtime) > 2*TCP_RTO_MAX || !do_reset) in tcp_out_of_resources()122 if ((s32)(tcp_jiffies32 - tp->lsndtime) <= TCP_TIMEWAIT_LEN || in tcp_out_of_resources()
149 delta = now - tcp_sk(sk)->lsndtime; in cubictcp_cwnd_event()
552 newtp->lsndtime = tcp_jiffies32; in tcp_create_openreq_child()
4131 info->tcpi_last_data_sent = jiffies_to_msecs(now - tp->lsndtime); in tcp_get_info()5005 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_tx, lsndtime); in tcp_struct_check()
6329 tp->lsndtime = tcp_jiffies32; in tcp_finish_connect()6862 tp->lsndtime = tcp_jiffies32; in tcp_rcv_state_process()
172 tp->lsndtime = now; in tcp_event_data_sent()
29 u32 lsndtime read_write - tcp_s…
266 u32 lsndtime; member
163 CHECK(!skel->bss->lsndtime, "srv_tp", "Unexpected lsndtime:0\n"); in check_result()
685 tp->lsndtime = tcp_jiffies32; in chtls_push_frames()
1512 delta = tcp_jiffies32 - tp->lsndtime; in tcp_slow_start_after_idle_check()
Completed in 59 milliseconds