Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/netns/
Dipv4.h140 unsigned int sysctl_tcp_notsent_lowat; member
/kernel/linux/linux-5.10/net/ipv4/
Dsysctl_net_ipv4.c919 .data = &init_net.ipv4.sysctl_tcp_notsent_lowat,
Dtcp_ipv4.c2888 net->ipv4.sysctl_tcp_notsent_lowat = UINT_MAX; in tcp_sk_init()
/kernel/linux/linux-5.10/include/net/
Dtcp.h1984 return tp->notsent_lowat ?: READ_ONCE(net->ipv4.sysctl_tcp_notsent_lowat); in tcp_notsent_lowat()