Home
last modified time | relevance | path

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

/linux-6.12.1/net/ipv4/
Dtcp_timer.c434 tp->rto_stamp = tcp_time_stamp_ms(tp); in tcp_update_rto_stats()
Dtcp_input.c2926 tp->total_rto_time += tcp_time_stamp_ms(tp) - tp->rto_stamp; in tcp_update_rto_time()
/linux-6.12.1/include/net/
Dtcp.h868 static inline u32 tcp_time_stamp_ms(const struct tcp_sock *tp) in tcp_time_stamp_ms() function
877 return tcp_time_stamp_ms(tp); in tcp_time_stamp_ts()