Home
last modified time | relevance | path

Searched refs:tcp_time_stamp_ms (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/net/ipv4/
Dtcp_timer.c443 tp->rto_stamp = tcp_time_stamp_ms(tp); in tcp_update_rto_stats()
Dtcp_minisocks.c323 tw->tw_entry_stamp = tcp_time_stamp_ms(tp); in tcp_time_wait()
Dtcp_input.c2932 tp->total_rto_time += tcp_time_stamp_ms(tp) - tp->rto_stamp; in tcp_update_rto_time()
/linux-6.14.4/include/net/
Dtcp.h885 static inline u32 tcp_time_stamp_ms(const struct tcp_sock *tp) in tcp_time_stamp_ms() function
894 return tcp_time_stamp_ms(tp); in tcp_time_stamp_ts()