Home
last modified time | relevance | path

Searched refs:notsent_lowat (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Dtcp.h246 u32 notsent_lowat; /* TCP_NOTSENT_LOWAT */ member
/linux-4.1.27/net/ipv4/
Dtcp.c2564 tp->notsent_lowat = val; in do_tcp_setsockopt()
2829 val = tp->notsent_lowat; in do_tcp_getsockopt()
/linux-4.1.27/include/net/
Dtcp.h1596 return tp->notsent_lowat ?: sysctl_tcp_notsent_lowat; in tcp_notsent_lowat()