Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtcp.h338 u32 notsent_lowat; /* TCP_NOTSENT_LOWAT */ member
/openbmc/linux/net/ipv4/
H A Dtcp.c3679 WRITE_ONCE(tp->notsent_lowat, val); in do_tcp_setsockopt()
4189 val = READ_ONCE(tp->notsent_lowat); in do_tcp_getsockopt()
/openbmc/linux/include/net/
H A Dtcp.h2101 val = READ_ONCE(tp->notsent_lowat); in tcp_notsent_lowat()