Home
last modified time | relevance | path

Searched refs:sysctl_tcp_notsent_lowat (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/net/netns/
H A Dipv4.h141 unsigned int sysctl_tcp_notsent_lowat; member
/kernel/linux/linux-6.6/include/net/netns/
H A Dipv4.h141 unsigned int sysctl_tcp_notsent_lowat; member
/kernel/linux/linux-5.10/net/ipv4/
H A Dsysctl_net_ipv4.c928 .data = &init_net.ipv4.sysctl_tcp_notsent_lowat,
H A Dtcp_ipv4.c2878 net->ipv4.sysctl_tcp_notsent_lowat = UINT_MAX; in tcp_sk_init()
/kernel/linux/linux-6.6/net/ipv4/
H A Dsysctl_net_ipv4.c1002 .data = &init_net.ipv4.sysctl_tcp_notsent_lowat,
H A Dtcp_ipv4.c3218 net->ipv4.sysctl_tcp_notsent_lowat = UINT_MAX; in tcp_sk_init()
/kernel/linux/linux-5.10/include/net/
H A Dtcp.h2007 return val ?: READ_ONCE(net->ipv4.sysctl_tcp_notsent_lowat); in tcp_notsent_lowat()
/kernel/linux/linux-6.6/include/net/
H A Dtcp.h2101 return val ?: READ_ONCE(net->ipv4.sysctl_tcp_notsent_lowat); in tcp_notsent_lowat()

Completed in 20 milliseconds