Home
last modified time | relevance | path

Searched refs:lsndtime (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sock_fields.c45 __u32 lsndtime; member
57 __u64 lsndtime = 0; variable
182 lsndtime = ktp->lsndtime; in egress_read_sock_fields()
H A Dbpf_cubic.c208 delta = now - tcp_sk(sk)->lsndtime; in BPF_PROG()
/linux/net/ipv4/
H A Dtcp_timer.c114 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()
H A Dtcp_minisocks.c590 newtp->lsndtime = tcp_jiffies32; in tcp_create_openreq_child()
H A Dtcp.c4297 info->tcpi_last_data_sent = jiffies_to_msecs(now - tp->lsndtime); in tcp_get_info()
5241 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_tx, lsndtime); in tcp_struct_check()
H A Dtcp_input.c6720 tp->lsndtime = tcp_jiffies32; in tcp_finish_connect()
7255 tp->lsndtime = tcp_jiffies32; in tcp_rcv_state_process()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsock_fields.c163 CHECK(!skel->bss->lsndtime, "srv_tp", "Unexpected lsndtime:0\n"); in check_result()
/linux/include/net/
H A Dtcp.h1715 delta = tcp_jiffies32 - tp->lsndtime; in tcp_slow_start_after_idle_check()