Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dconnect4_prog.c27 #ifndef TCP_NOTSENT_LOWAT
28 #define TCP_NOTSENT_LOWAT 25 macro
139 if (bpf_setsockopt(ctx, SOL_TCP, TCP_NOTSENT_LOWAT, &lowat, sizeof(lowat))) in set_notsent_lowat()
Dbpf_tracing_net.h42 #define TCP_NOTSENT_LOWAT 25 macro
Dsetget_sockopt.c64 { .opt = TCP_NOTSENT_LOWAT, .new = 1314, .expected = 1314, },
/Linux-v6.6/tools/include/uapi/linux/
Dtcp.h115 #define TCP_NOTSENT_LOWAT 25 /* limit number of unsent bytes in write queue */ macro
/Linux-v6.6/include/uapi/linux/
Dtcp.h115 #define TCP_NOTSENT_LOWAT 25 /* limit number of unsent bytes in write queue */ macro
/Linux-v6.6/net/mptcp/
Dsockopt.c563 case TCP_NOTSENT_LOWAT: in mptcp_supported_sockopt()
/Linux-v6.6/net/ipv4/
Dtcp.c3642 case TCP_NOTSENT_LOWAT: in do_tcp_setsockopt()
4142 case TCP_NOTSENT_LOWAT: in do_tcp_getsockopt()
/Linux-v6.6/Documentation/networking/
Dip-sysctl.rst1023 thanks to TCP_NOTSENT_LOWAT socket option. poll()/select()/epoll()
1029 sockets not using TCP_NOTSENT_LOWAT. For these sockets, a change
/Linux-v6.6/net/core/
Dfilter.c5237 case TCP_NOTSENT_LOWAT: in sol_tcp_sockopt()