Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/netns/
Dipv4.h124 u32 sysctl_tcp_probe_interval; member
/linux-6.6.21/net/ipv4/
Dsysctl_net_ipv4.c853 .data = &init_net.ipv4.sysctl_tcp_probe_interval,
Dtcp_ipv4.c3203 net->ipv4.sysctl_tcp_probe_interval = TCP_PROBE_INTERVAL; in tcp_sk_init()
Dtcp_output.c2289 interval = READ_ONCE(net->ipv4.sysctl_tcp_probe_interval); in tcp_mtu_check_reprobe()