Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A 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()
H A Dbpf_tracing_net.h42 #define TCP_NOTSENT_LOWAT 25 macro
H A Dsetget_sockopt.c64 { .opt = TCP_NOTSENT_LOWAT, .new = 1314, .expected = 1314, },
/openbmc/linux/tools/include/uapi/linux/
H A Dtcp.h115 #define TCP_NOTSENT_LOWAT 25 /* limit number of unsent bytes in write queue */ macro
/openbmc/linux/include/uapi/linux/
H A Dtcp.h115 #define TCP_NOTSENT_LOWAT 25 /* limit number of unsent bytes in write queue */ macro
/openbmc/linux/net/mptcp/
H A Dsockopt.c562 case TCP_NOTSENT_LOWAT: in mptcp_supported_sockopt()
/openbmc/linux/net/ipv4/
H A Dtcp.c3697 case TCP_NOTSENT_LOWAT: in do_tcp_setsockopt()
4207 case TCP_NOTSENT_LOWAT: in do_tcp_getsockopt()
/openbmc/linux/Documentation/networking/
H A 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
/openbmc/linux/net/core/
H A Dfilter.c5349 case TCP_NOTSENT_LOWAT: in sol_tcp_sockopt()