Home
last modified time | relevance | path

Searched refs:tcp_time_stamp (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_timer.c35 elapsed = tcp_time_stamp(tcp_sk(sk)) - start_ts; in tcp_clamp_rto_to_user_timeout()
227 return (s32)(tcp_time_stamp(tcp_sk(sk)) - start_ts - timeout) >= 0; in retransmits_timed_out()
431 tp->retrans_stamp = tcp_time_stamp(tp); in tcp_fastopen_synack_timer()
H A Dtcp_lp.c268 u32 now = tcp_time_stamp(tp); in tcp_lp_pkts_acked()
H A Dtcp_input.c677 u32 delta = tcp_time_stamp(tp) - tp->rx_opt.rcv_tsecr; in tcp_rcv_rtt_measure_ts()
3079 u32 delta = tcp_time_stamp(tp) - tp->rx_opt.rcv_tsecr; in tcp_ack_update_rtt()
6135 tcp_time_stamp(tp))) { in tcp_rcv_synsent_state_process()
H A Dtcp_output.c3863 tp->retrans_stamp = tcp_time_stamp(tp); in tcp_connect()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h778 static inline u32 tcp_time_stamp(const struct tcp_sock *tp) in tcp_time_stamp() function
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c2262 tp->rcv_tstamp = tcp_time_stamp(tp); in chtls_rx_ack()