Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dtcp.h338 u32 notsent_lowat; /* TCP_NOTSENT_LOWAT */ member
/Linux-v6.6/net/ipv4/
Dtcp.c3643 WRITE_ONCE(tp->notsent_lowat, val); in do_tcp_setsockopt()
4143 val = READ_ONCE(tp->notsent_lowat); in do_tcp_getsockopt()
/Linux-v6.6/include/net/
Dtcp.h2092 val = READ_ONCE(tp->notsent_lowat); in tcp_notsent_lowat()