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

/linux-master/tools/testing/selftests/bpf/progs/
H 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)))
H A Dbpf_tracing_net.h47 #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.c563 case TCP_NOTSENT_LOWAT:
836 case TCP_NOTSENT_LOWAT:
1406 case TCP_NOTSENT_LOWAT:
/linux-master/net/ipv4/
H A Dtcp.c3727 case TCP_NOTSENT_LOWAT:
4241 case TCP_NOTSENT_LOWAT:
/linux-master/net/core/
H A Dfilter.c5342 case TCP_NOTSENT_LOWAT:

Completed in 174 milliseconds