Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dtest_sock_fields.c53 __u64 lsndtime = 0; variable
178 lsndtime = ktp->lsndtime; in egress_read_sock_fields()
Dbpf_cubic.c202 delta = now - tcp_sk(sk)->lsndtime; in BPF_PROG()
/Linux-v5.10/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h75 __u32 lsndtime; member
/Linux-v5.10/net/ipv4/
Dtcp_timer.c91 if ((s32)(tcp_jiffies32 - tp->lsndtime) > 2*TCP_RTO_MAX || !do_reset) in tcp_out_of_resources()
101 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_output.c174 if (before(tp->lsndtime, icsk->icsk_ack.lrcvtime) && in tcp_event_data_sent()
178 tp->lsndtime = now; in tcp_event_data_sent()
Dtcp_input.c5931 tp->lsndtime = tcp_jiffies32; in tcp_finish_connect()
6424 tp->lsndtime = tcp_jiffies32; in tcp_rcv_state_process()
Dtcp.c3437 info->tcpi_last_data_sent = jiffies_to_msecs(now - tp->lsndtime); in tcp_get_info()
/Linux-v5.10/include/linux/
Dtcp.h195 u32 lsndtime; /* timestamp of last sent data packet (for restart window) */ member
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dsock_fields.c148 CHECK(!skel->bss->lsndtime, "srv_tp", "Unexpected lsndtime:0\n"); in check_result()
/Linux-v5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_io.c685 tp->lsndtime = tcp_jiffies32; in chtls_push_frames()
/Linux-v5.10/include/net/
Dtcp.h1384 delta = tcp_jiffies32 - tp->lsndtime; in tcp_slow_start_after_idle_check()