Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dtest_sock_fields.c54 __u64 lsndtime = 0; variable
179 lsndtime = ktp->lsndtime; in egress_read_sock_fields()
Dbpf_cubic.c196 delta = now - tcp_sk(sk)->lsndtime; in BPF_PROG()
/linux-6.1.9/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h85 __u32 lsndtime; member
/linux-6.1.9/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.c149 delta = now - tcp_sk(sk)->lsndtime; in cubictcp_cwnd_event()
Dtcp_minisocks.c512 newtp->lsndtime = tcp_jiffies32; in tcp_create_openreq_child()
Dtcp_input.c6069 tp->lsndtime = tcp_jiffies32; in tcp_finish_connect()
6572 tp->lsndtime = tcp_jiffies32; in tcp_rcv_state_process()
Dtcp_output.c170 tp->lsndtime = now; in tcp_event_data_sent()
Dtcp.c3901 info->tcpi_last_data_sent = jiffies_to_msecs(now - tp->lsndtime); in tcp_get_info()
/linux-6.1.9/include/linux/
Dtcp.h225 u32 lsndtime; /* timestamp of last sent data packet (for restart window) */ member
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dsock_fields.c163 CHECK(!skel->bss->lsndtime, "srv_tp", "Unexpected lsndtime:0\n"); in check_result()
/linux-6.1.9/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_io.c685 tp->lsndtime = tcp_jiffies32; in chtls_push_frames()
/linux-6.1.9/include/net/
Dtcp.h1425 delta = tcp_jiffies32 - tp->lsndtime; in tcp_slow_start_after_idle_check()