Home
last modified time | relevance | path

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

/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.h51 #define TCP_NOTSENT_LOWAT 25 macro
A Dsetget_sockopt.c61 { .opt = TCP_NOTSENT_LOWAT, .new = 1314, .expected = 1314, },
/tools/include/uapi/linux/
A Dtcp.h115 #define TCP_NOTSENT_LOWAT 25 /* limit number of unsent bytes in write queue */ macro

Completed in 9 milliseconds