Home
last modified time | relevance | path

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

/linux/include/net/netns/
H A Dipv4.h68 unsigned int sysctl_tcp_notsent_lowat; member
/linux/net/core/
H A Dnet_namespace.c1223 sysctl_tcp_notsent_lowat); in netns_ipv4_struct_check()
/linux/net/mptcp/
H A Dprotocol.h992 return val ?: READ_ONCE(net->ipv4.sysctl_tcp_notsent_lowat); in mptcp_notsent_lowat()
/linux/net/ipv4/
H A Dsysctl_net_ipv4.c1094 .data = &init_net.ipv4.sysctl_tcp_notsent_lowat,
H A Dtcp_ipv4.c3451 net->ipv4.sysctl_tcp_notsent_lowat = UINT_MAX;
/linux/include/net/
H A Dtcp.h2480 return val ?: READ_ONCE(net->ipv4.sysctl_tcp_notsent_lowat); in tcp_notsent_lowat()