Searched refs:TCP_NOTSENT_LOWAT (Results 1 - 8 of 8) sorted by relevance

/linux-master/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)))
H A Dbpf_tracing_net.h43 #define TCP_NOTSENT_LOWAT 25 macro
H A Dsetget_sockopt.c64 { .opt = TCP_NOTSENT_LOWAT, .new = 1314, .expected = 1314, },
/linux-master/tools/include/uapi/linux/
H A Dtcp.h115 #define TCP_NOTSENT_LOWAT 25 /* limit number of unsent bytes in write queue */ macro
/linux-master/include/uapi/linux/
H A Dtcp.h115 #define TCP_NOTSENT_LOWAT 25 /* limit number of unsent bytes in write queue */ macro
/linux-master/net/mptcp/
H A Dsockopt.c565 case TCP_NOTSENT_LOWAT:
813 case TCP_NOTSENT_LOWAT:
1343 case TCP_NOTSENT_LOWAT:
/linux-master/net/ipv4/
H A Dtcp.c3706 case TCP_NOTSENT_LOWAT:
4220 case TCP_NOTSENT_LOWAT:
/linux-master/net/core/
H A Dfilter.c5316 case TCP_NOTSENT_LOWAT:

Completed in 155 milliseconds