Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dtest_sock_fields.c54 __u64 lsndtime = 0; variable
179 lsndtime = ktp->lsndtime; in egress_read_sock_fields()
Dbpf_cubic.c202 delta = now - tcp_sk(sk)->lsndtime; in BPF_PROG()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h75 __u32 lsndtime; member
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_timer.c109 if ((s32)(tcp_jiffies32 - tp->lsndtime) > 2*TCP_RTO_MAX || !do_reset) in tcp_out_of_resources()
119 if ((s32)(tcp_jiffies32 - tp->lsndtime) <= TCP_TIMEWAIT_LEN || in tcp_out_of_resources()
Dtcp_cubic.c156 delta = now - tcp_sk(sk)->lsndtime; in bictcp_cwnd_event()
Dtcp_minisocks.c498 newtp->lsndtime = tcp_jiffies32; in tcp_create_openreq_child()
Dtcp_input.c6009 tp->lsndtime = tcp_jiffies32; in tcp_finish_connect()
6502 tp->lsndtime = tcp_jiffies32; in tcp_rcv_state_process()
Dtcp_output.c172 tp->lsndtime = now; in tcp_event_data_sent()
Dtcp.c3625 info->tcpi_last_data_sent = jiffies_to_msecs(now - tp->lsndtime); in tcp_get_info()
/kernel/linux/linux-5.10/include/linux/
Dtcp.h195 u32 lsndtime; /* timestamp of last sent data packet (for restart window) */ member
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dsock_fields.c164 CHECK(!skel->bss->lsndtime, "srv_tp", "Unexpected lsndtime:0\n"); in check_result()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Dtcp_nip_input.c1036 newtp->lsndtime = tcp_jiffies32; in tcp_nip_create_openreq_child()
1878 tp->lsndtime = tcp_jiffies32; in tcp_nip_finish_connect()
2083 tp->lsndtime = tcp_jiffies32; in tcp_nip_rcv_state_process()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_io.c685 tp->lsndtime = tcp_jiffies32; in chtls_push_frames()
/kernel/linux/linux-5.10/include/net/
Dtcp.h1395 delta = tcp_jiffies32 - tp->lsndtime; in tcp_slow_start_after_idle_check()