Home
last modified time | relevance | path

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

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