Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Dconnect4_prog.c26 #ifndef TCP_NOTSENT_LOWAT
27 #define TCP_NOTSENT_LOWAT 25 macro
138 if (bpf_setsockopt(ctx, SOL_TCP, TCP_NOTSENT_LOWAT, &lowat, sizeof(lowat))) in set_notsent_lowat()
/linux/tools/include/uapi/linux/
A Dtcp.h115 #define TCP_NOTSENT_LOWAT 25 /* limit number of unsent bytes in write queue */ macro
/linux/include/uapi/linux/
A Dtcp.h115 #define TCP_NOTSENT_LOWAT 25 /* limit number of unsent bytes in write queue */ macro
/linux/net/mptcp/
A Dsockopt.c539 case TCP_NOTSENT_LOWAT: in mptcp_supported_sockopt()
/linux/net/ipv4/
A Dtcp.c3625 case TCP_NOTSENT_LOWAT: in do_tcp_setsockopt()
4114 case TCP_NOTSENT_LOWAT: in do_tcp_getsockopt()
/linux/Documentation/networking/
A Dip-sysctl.rst945 thanks to TCP_NOTSENT_LOWAT socket option. poll()/select()/epoll()
951 sockets not using TCP_NOTSENT_LOWAT. For these sockets, a change
/linux/net/core/
A Dfilter.c4940 case TCP_NOTSENT_LOWAT: in _bpf_setsockopt()

Completed in 37 milliseconds