Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv6/
Dtcp_ipv6.c1106 tcp_time_stamp_raw() + tcptw->tw_ts_offset, in tcp_v6_timewait_ack()
1132 tcp_time_stamp_raw() + tcp_rsk(req)->ts_off, in tcp_v6_reqsk_send_ack()
/Linux-v5.10/net/netfilter/
Dnf_synproxy_core.c151 opts->tsval = tcp_time_stamp_raw() & ~0x3f; in synproxy_init_timestamp_cookie()
/Linux-v5.10/net/ipv4/
Dtcp_ipv4.c918 tcp_time_stamp_raw() + tcptw->tw_ts_offset, in tcp_v4_timewait_ack()
951 tcp_time_stamp_raw() + tcp_rsk(req)->ts_off, in tcp_v4_reqsk_send_ack()
Dtcp.c3303 tp->tsoffset = val - tcp_time_stamp_raw(); in do_tcp_setsockopt()
3779 val = tcp_time_stamp_raw() + tp->tsoffset; in do_tcp_getsockopt()
/Linux-v5.10/include/net/
Dtcp.h783 static inline u32 tcp_time_stamp_raw(void) in tcp_time_stamp_raw() function