Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtcp.h262 u32 notsent_lowat; /* TCP_NOTSENT_LOWAT */ member
/linux-4.4.14/net/ipv4/
Dtcp.c2598 tp->notsent_lowat = val; in do_tcp_setsockopt()
2865 val = tp->notsent_lowat; in do_tcp_getsockopt()
/linux-4.4.14/include/net/
Dtcp.h1670 return tp->notsent_lowat ?: sysctl_tcp_notsent_lowat; in tcp_notsent_lowat()