Searched refs:tcp_clock_ns (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dxdp_synproxy_kern.c174 static __always_inline __u64 tcp_clock_ns(void) function
186 return tcp_ns_to_ts(tcp_clock_ns());
/linux-master/include/net/
H A Dtcp.h846 static inline u64 tcp_clock_ns(void) function
853 return div_u64(tcp_clock_ns(), NSEC_PER_USEC);
858 return div_u64(tcp_clock_ns(), NSEC_PER_MSEC);
2743 return tcp_clock_ns() + (u64)delay * NSEC_PER_USEC;
/linux-master/net/ipv4/
H A Dtcp_output.c55 u64 val = tcp_clock_ns();
3710 now = tcp_clock_ns();
/linux-master/net/mptcp/
H A Dprotocol.c1995 mstamp = div_u64(tcp_clock_ns(), NSEC_PER_USEC);
/linux-master/net/core/
H A Dfilter.c11956 tsoff = attrs->rcv_tsecr - tcp_ns_to_ts(attrs->usec_ts_ok, tcp_clock_ns());

Completed in 182 milliseconds