Home
last modified time | relevance | path

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

/include/net/
Dtcp.h870 static inline u64 tcp_clock_ms(void) in tcp_clock_ms() function
882 return usec_ts ? tcp_clock_us() : tcp_clock_ms(); in tcp_clock_ts()