Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/netns/
H A Dipv4.h126 int sysctl_tcp_probe_threshold; member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dsysctl_net_ipv4.c779 .data = &init_net.ipv4.sysctl_tcp_probe_threshold,
H A Dtcp_ipv4.c2872 net->ipv4.sysctl_tcp_probe_threshold = TCP_PROBE_THRESHOLD; in tcp_sk_init()
H A Dtcp_output.c2365 interval < READ_ONCE(net->ipv4.sysctl_tcp_probe_threshold)) { in tcp_mtu_probe()