Searched refs:tcp_ns_to_ts (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/ipv4/
H A Dsyncookies.c64 u64 ts, ts_now = tcp_ns_to_ts(false, now);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dxdp_synproxy_kern.c179 static __always_inline __u32 tcp_ns_to_ts(__u64 ns) function
186 return tcp_ns_to_ts(tcp_clock_ns());
/linux-master/include/net/
H A Dtcp.h597 static inline u64 tcp_ns_to_ts(bool usec_ts, u64 val) function
/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 141 milliseconds