Home
last modified time | relevance | path

Searched refs:TCP_NOTSENT_LOWAT (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dconnect4_prog.c26 #ifndef TCP_NOTSENT_LOWAT
27 #define TCP_NOTSENT_LOWAT 25 macro
140 if (bpf_setsockopt(ctx, SOL_TCP, TCP_NOTSENT_LOWAT, &lowat, sizeof(lowat))) in set_notsent_lowat()
/Linux-v5.10/include/uapi/linux/
Dtcp.h115 #define TCP_NOTSENT_LOWAT 25 /* limit number of unsent bytes in write queue */ macro
/Linux-v5.10/net/ipv4/
Dtcp.c3308 case TCP_NOTSENT_LOWAT: in do_tcp_setsockopt()
3781 case TCP_NOTSENT_LOWAT: in do_tcp_getsockopt()
/Linux-v5.10/Documentation/networking/
Dip-sysctl.rst869 thanks to TCP_NOTSENT_LOWAT socket option. poll()/select()/epoll()
875 sockets not using TCP_NOTSENT_LOWAT. For these sockets, a change
/Linux-v5.10/net/core/
Dfilter.c4909 case TCP_NOTSENT_LOWAT: in _bpf_setsockopt()