Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Dconnect4_prog.c25 #ifndef TCP_NOTSENT_LOWAT
26 #define TCP_NOTSENT_LOWAT 25 macro
141 if (bpf_setsockopt(ctx, SOL_TCP, TCP_NOTSENT_LOWAT, &lowat, sizeof(lowat))) in set_notsent_lowat()
A Dbpf_tracing_net.h47 #define TCP_NOTSENT_LOWAT 25 macro
A Dsetget_sockopt.c61 { .opt = TCP_NOTSENT_LOWAT, .new = 1314, .expected = 1314, },
/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.c563 case TCP_NOTSENT_LOWAT: in mptcp_supported_sockopt()
836 case TCP_NOTSENT_LOWAT: in mptcp_setsockopt_sol_tcp()
1406 case TCP_NOTSENT_LOWAT: in mptcp_getsockopt_sol_tcp()
/linux/net/ipv4/
A Dtcp.c3998 case TCP_NOTSENT_LOWAT: in do_tcp_setsockopt()
4512 case TCP_NOTSENT_LOWAT: in do_tcp_getsockopt()
/linux/Documentation/networking/
A Dip-sysctl.rst1044 thanks to TCP_NOTSENT_LOWAT socket option. poll()/select()/epoll()
1050 sockets not using TCP_NOTSENT_LOWAT. For these sockets, a change
/linux/net/core/
A Dfilter.c5367 case TCP_NOTSENT_LOWAT: in sol_tcp_sockopt()

Completed in 55 milliseconds