Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dxdp_synproxy_kern.c175 static __always_inline __u32 tcp_ns_to_ts(__u64 ns) in tcp_ns_to_ts() function
182 return tcp_ns_to_ts(tcp_clock_ns()); in tcp_time_stamp_raw()
/Linux-v6.1/net/ipv4/
Dsyncookies.c66 u32 ts, ts_now = tcp_ns_to_ts(now); in cookie_init_timestamp()
/Linux-v6.1/include/net/
Dtcp.h808 static inline u32 tcp_ns_to_ts(u64 ns) in tcp_ns_to_ts() function
816 return tcp_ns_to_ts(tcp_clock_ns()); in tcp_time_stamp_raw()
828 return tcp_ns_to_ts(skb->skb_mstamp_ns); in tcp_skb_timestamp()