Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sock_fields.c54 __u64 lsndtime = 0; variable
179 lsndtime = ktp->lsndtime; in egress_read_sock_fields()
H A Dbpf_cubic.c196 delta = now - tcp_sk(sk)->lsndtime; in BPF_PROG()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dbpf_tcp_helpers.h85 __u32 lsndtime; member
/openbmc/linux/net/ipv4/
H A Dtcp_timer.c107 if ((s32)(tcp_jiffies32 - tp->lsndtime) > 2*TCP_RTO_MAX || !do_reset) in tcp_out_of_resources()
117 if ((s32)(tcp_jiffies32 - tp->lsndtime) <= TCP_TIMEWAIT_LEN || in tcp_out_of_resources()
H A Dtcp_cubic.c149 delta = now - tcp_sk(sk)->lsndtime; in cubictcp_cwnd_event()
H A Dtcp_minisocks.c524 newtp->lsndtime = tcp_jiffies32; in tcp_create_openreq_child()
H A Dtcp_input.c6212 tp->lsndtime = tcp_jiffies32; in tcp_finish_connect()
6725 tp->lsndtime = tcp_jiffies32; in tcp_rcv_state_process()
H A Dtcp_output.c170 tp->lsndtime = now; in tcp_event_data_sent()
H A Dtcp.c3809 info->tcpi_last_data_sent = jiffies_to_msecs(now - tp->lsndtime); in tcp_get_info()
/openbmc/linux/include/linux/
H A Dtcp.h227 u32 lsndtime; /* timestamp of last sent data packet (for restart window) */ member
/openbmc/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()
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c685 tp->lsndtime = tcp_jiffies32; in chtls_push_frames()
/openbmc/linux/include/net/
H A Dtcp.h1427 delta = tcp_jiffies32 - tp->lsndtime; in tcp_slow_start_after_idle_check()