notsent_lowat     297 include/linux/tcp.h 	u32	notsent_lowat;	/* TCP_NOTSENT_LOWAT */
notsent_lowat    1934 include/net/tcp.h 	return tp->notsent_lowat ?: net->ipv4.sysctl_tcp_notsent_lowat;
notsent_lowat    3144 net/ipv4/tcp.c 		tp->notsent_lowat = val;
notsent_lowat    3627 net/ipv4/tcp.c 		val = tp->notsent_lowat;