Home
last modified time | relevance | path

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

/linux/include/net/netns/
H A Dipv4.h184 u32 sysctl_tcp_probe_interval; member
/linux/Documentation/networking/net_cachelines/
H A Dnetns_ipv4_sysctl.rst70 u32 sysctl_tcp_probe_interval
/linux/net/ipv4/
H A Dsysctl_net_ipv4.c945 .data = &init_net.ipv4.sysctl_tcp_probe_interval,
H A Dtcp_ipv4.c3448 net->ipv4.sysctl_tcp_probe_interval = TCP_PROBE_INTERVAL;
H A Dtcp_output.c2573 interval = READ_ONCE(net->ipv4.sysctl_tcp_probe_interval); in tcp_mtu_check_reprobe()