Home
last modified time | relevance | path

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

/openbmc/linux/include/net/netns/
H A Dipv4.h141 unsigned int sysctl_tcp_notsent_lowat; member
/openbmc/linux/net/ipv4/
H A Dsysctl_net_ipv4.c1002 .data = &init_net.ipv4.sysctl_tcp_notsent_lowat,
H A Dtcp_ipv4.c3233 net->ipv4.sysctl_tcp_notsent_lowat = UINT_MAX; in tcp_sk_init()
/openbmc/linux/include/net/
H A Dtcp.h2102 return val ?: READ_ONCE(net->ipv4.sysctl_tcp_notsent_lowat); in tcp_notsent_lowat()