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/
H A Dconnect4_prog.c25 #ifndef TCP_NOTSENT_LOWAT
26 #define TCP_NOTSENT_LOWAT 25 macro
136 if (bpf_setsockopt(ctx, SOL_TCP, TCP_NOTSENT_LOWAT, &lowat, sizeof(lowat))) in set_notsent_lowat()
H A Dbpf_tracing_net.h51 #define TCP_NOTSENT_LOWAT 25
47 #define TCP_NOTSENT_LOWAT global() macro
H A Dsetget_sockopt.c61 { .opt = TCP_NOTSENT_LOWAT, .new = 1314, .expected = 1314, },
/linux/tools/include/uapi/linux/
H A Dtcp.h115 #define TCP_NOTSENT_LOWAT 25 /* limit number of unsent bytes in write queue */ macro
/linux/net/mptcp/
H A Dsockopt.c569 case TCP_NOTSENT_LOWAT: in mptcp_supported_sockopt()
863 case TCP_NOTSENT_LOWAT: in mptcp_setsockopt_sol_tcp()
1441 case TCP_NOTSENT_LOWAT: in mptcp_getsockopt_sol_tcp()
/linux/net/ipv4/
H A Dtcp.c4147 case TCP_NOTSENT_LOWAT: in do_tcp_setsockopt()
4701 case TCP_NOTSENT_LOWAT: in do_tcp_getsockopt()
/linux/net/core/
H A Dfilter.c5506 case TCP_NOTSENT_LOWAT: in sol_tcp_sockopt()