Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dxdp_synproxy_kern.c182 static __always_inline __u32 tcp_time_stamp_raw(void) in tcp_time_stamp_raw() function
297 cookie = tcp_time_stamp_raw() & ~TSMASK; in tscookie_init()
/openbmc/linux/net/ipv4/
H A Dtcp_minisocks.c565 newtp->total_rto_time = tcp_time_stamp_raw() - in tcp_create_openreq_child()
H A Dtcp.c3673 WRITE_ONCE(tp->tsoffset, val - tcp_time_stamp_raw()); in do_tcp_setsockopt()
3859 info->tcpi_total_rto_time += tcp_time_stamp_raw() - in tcp_get_info()
4186 val = tcp_time_stamp_raw() + READ_ONCE(tp->tsoffset); in do_tcp_getsockopt()
H A Dtcp_ipv4.c963 tcp_time_stamp_raw() + tcptw->tw_ts_offset, in tcp_v4_timewait_ack()
997 tcp_time_stamp_raw() + tcp_rsk(req)->ts_off, in tcp_v4_reqsk_send_ack()
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c1095 tcp_time_stamp_raw() + tcptw->tw_ts_offset, in tcp_v6_timewait_ack()
1122 tcp_time_stamp_raw() + tcp_rsk(req)->ts_off, in tcp_v6_reqsk_send_ack()
/openbmc/linux/net/netfilter/
H A Dnf_synproxy_core.c156 opts->tsval = tcp_time_stamp_raw() & ~0x3f; in synproxy_init_timestamp_cookie()
/openbmc/linux/include/net/
H A Dtcp.h813 static inline u32 tcp_time_stamp_raw(void) in tcp_time_stamp_raw() function