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

/linux-4.1.27/net/ipv4/
H A Dsysctl_net_ipv4.c529 .data = &sysctl_tcp_notsent_lowat,
530 .maxlen = sizeof(sysctl_tcp_notsent_lowat),
H A Dtcp_output.c65 unsigned int sysctl_tcp_notsent_lowat __read_mostly = UINT_MAX;
66 EXPORT_SYMBOL(sysctl_tcp_notsent_lowat); variable
/linux-4.1.27/include/net/
H A Dtcp.h280 extern unsigned int sysctl_tcp_notsent_lowat;
1596 return tp->notsent_lowat ?: sysctl_tcp_notsent_lowat; tcp_notsent_lowat()

Completed in 150 milliseconds