Searched refs:TCP_NOTSENT_LOWAT (Results 1 – 8 of 8) sorted by relevance
25 #ifndef TCP_NOTSENT_LOWAT26 #define TCP_NOTSENT_LOWAT 25 macro 136 if (bpf_setsockopt(ctx, SOL_TCP, TCP_NOTSENT_LOWAT, &lowat, sizeof(lowat))) in set_notsent_lowat()
51 #define TCP_NOTSENT_LOWAT 2547 #define TCP_NOTSENT_LOWAT global() macro
61 { .opt = TCP_NOTSENT_LOWAT, .new = 1314, .expected = 1314, },
115 #define TCP_NOTSENT_LOWAT 25 /* limit number of unsent bytes in write queue */ macro
563 case TCP_NOTSENT_LOWAT: in mptcp_supported_sockopt() 853 case TCP_NOTSENT_LOWAT: in mptcp_setsockopt_sol_tcp() 1431 case TCP_NOTSENT_LOWAT: in mptcp_getsockopt_sol_tcp()
4183 case TCP_NOTSENT_LOWAT: in do_tcp_setsockopt()4727 case TCP_NOTSENT_LOWAT: in do_tcp_getsockopt()
1225 thanks to TCP_NOTSENT_LOWAT socket option. poll()/select()/epoll()1231 sockets not using TCP_NOTSENT_LOWAT. For these sockets, a change
5496 case TCP_NOTSENT_LOWAT: in sol_tcp_sockopt()