Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dtcp.h314 u32 notsent_lowat; /* TCP_NOTSENT_LOWAT */ member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp.c3402 tp->notsent_lowat = val; in do_tcp_setsockopt()
3875 val = tp->notsent_lowat; in do_tcp_getsockopt()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h1984 return tp->notsent_lowat ?: READ_ONCE(net->ipv4.sysctl_tcp_notsent_lowat); in tcp_notsent_lowat()
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c4891 tp->notsent_lowat = val; in _bpf_setsockopt()