Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dxdp_synproxy_kern.c172 static __always_inline __u64 tcp_clock_ns(void) in tcp_clock_ns() function
184 return tcp_ns_to_ts(tcp_clock_ns()); in tcp_time_stamp_raw()
/openbmc/linux/include/net/
H A Dtcp.h807 static inline u64 tcp_clock_ns(void) in tcp_clock_ns() function
814 return div_u64(tcp_clock_ns(), NSEC_PER_USEC); in tcp_clock_us()
832 return tcp_ns_to_ts(tcp_clock_ns()); in tcp_time_stamp_raw()
2576 return tcp_clock_ns() + (u64)delay * NSEC_PER_USEC; in tcp_transmit_time()
/openbmc/linux/net/ipv4/
H A Dtcp_output.c55 u64 val = tcp_clock_ns(); in tcp_mstamp_refresh()
3687 now = tcp_clock_ns(); in tcp_make_synack()
/openbmc/linux/net/mptcp/
H A Dprotocol.c1989 mstamp = div_u64(tcp_clock_ns(), NSEC_PER_USEC); in mptcp_rcv_space_adjust()