Searched refs:TCP_NOTSENT_LOWAT (Results 1 – 9 of 9) sorted by relevance
26 #ifndef TCP_NOTSENT_LOWAT27 #define TCP_NOTSENT_LOWAT 25 macro140 if (bpf_setsockopt(ctx, SOL_TCP, TCP_NOTSENT_LOWAT, &lowat, sizeof(lowat))) in set_notsent_lowat()
115 #define TCP_NOTSENT_LOWAT 25 /* limit number of unsent bytes in write queue */ macro
64 #define TCP_NOTSENT_LOWAT 25 /* Limit number of unsent bytes in macro
3401 case TCP_NOTSENT_LOWAT: in do_tcp_setsockopt()3874 case TCP_NOTSENT_LOWAT: in do_tcp_getsockopt()
868 thanks to TCP_NOTSENT_LOWAT socket option. poll()/select()/epoll()874 sockets not using TCP_NOTSENT_LOWAT. For these sockets, a change
4890 case TCP_NOTSENT_LOWAT: in _bpf_setsockopt()