Home
last modified time | relevance | path

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

/linux/net/core/
H A Dsecure_seq.c72 if (READ_ONCE(net->ipv4.sysctl_tcp_timestamps) != 1) in secure_tcpv6_seq_and_ts_off()
119 if (READ_ONCE(net->ipv4.sysctl_tcp_timestamps) != 1) in secure_tcp_seq_and_ts_off()
H A Dfilter.c12318 if (!READ_ONCE(net->ipv4.sysctl_tcp_timestamps)) in bpf_sk_assign_tcp_reqsk()
/linux/include/net/netns/
H A Dipv4.h205 u8 sysctl_tcp_timestamps; member
/linux/net/ipv4/
H A Dsyncookies.c246 if (!READ_ONCE(net->ipv4.sysctl_tcp_timestamps)) in cookie_timestamp_decode()
H A Dsysctl_net_ipv4.c1221 .data = &init_net.ipv4.sysctl_tcp_timestamps,
H A Dtcp_ipv4.c3460 net->ipv4.sysctl_tcp_timestamps = 1;
H A Dtcp_input.c4597 (!estab && READ_ONCE(net->ipv4.sysctl_tcp_timestamps)))) { in tcp_parse_options()