Home
last modified time | relevance | path

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

/linux/include/net/netns/
A Dipv4.h63 unsigned int sysctl_tcp_notsent_lowat; member
/linux/Documentation/networking/net_cachelines/
A Dnetns_ipv4_sysctl.rst82 unsigned_int sysctl_tcp_notsent_lowat read_mostly - …
/linux/net/core/
A Dnet_namespace.c1134 sysctl_tcp_notsent_lowat); in netns_ipv4_struct_check()
/linux/net/mptcp/
A Dprotocol.h882 return val ?: READ_ONCE(net->ipv4.sysctl_tcp_notsent_lowat); in mptcp_notsent_lowat()
/linux/net/ipv4/
A Dsysctl_net_ipv4.c1054 .data = &init_net.ipv4.sysctl_tcp_notsent_lowat,
A Dtcp_ipv4.c3455 net->ipv4.sysctl_tcp_notsent_lowat = UINT_MAX;
/linux/include/net/
A Dtcp.h2222 return val ?: READ_ONCE(net->ipv4.sysctl_tcp_notsent_lowat); in tcp_notsent_lowat()

Completed in 29 milliseconds