Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_timer.c102 if ((s32)(tcp_jiffies32 - tp->lsndtime) > 2*TCP_RTO_MAX || !do_reset) in tcp_out_of_resources()
112 if ((s32)(tcp_jiffies32 - tp->lsndtime) <= TCP_TIMEWAIT_LEN || in tcp_out_of_resources()
Dtcp_cubic.c159 delta = now - tcp_sk(sk)->lsndtime; in bictcp_cwnd_event()
Dtcp_minisocks.c493 newtp->lsndtime = tcp_jiffies32; in tcp_create_openreq_child()
Dtcp_output.c153 tp->lsndtime = now; in tcp_event_data_sent()
1922 if ((s32)(tcp_jiffies32 - tp->lsndtime) > 0) in tcp_tso_should_defer()
Dtcp_input.c5674 tp->lsndtime = tcp_jiffies32; in tcp_finish_connect()
6118 tp->lsndtime = tcp_jiffies32; in tcp_rcv_state_process()
Dtcp.c3173 info->tcpi_last_data_sent = jiffies_to_msecs(now - tp->lsndtime); in tcp_get_info()
/Linux-v4.19/include/linux/
Dtcp.h197 u32 lsndtime; /* timestamp of last sent data packet (for restart window) */ member
/Linux-v4.19/include/net/
Dtcp.h1330 delta = tcp_jiffies32 - tp->lsndtime; in tcp_slow_start_after_idle_check()
/Linux-v4.19/drivers/crypto/chelsio/chtls/
Dchtls_io.c689 tp->lsndtime = tcp_time_stamp(tp); in chtls_push_frames()