Searched refs:SOCK_MIN_SNDBUF (Results 1 – 6 of 6) sorted by relevance
69 static int rds_tcp_min_sndbuf = SOCK_MIN_SNDBUF;
161 minimum size of the send buffer is 2048 (defined as SOCK_MIN_SNDBUF
2603 #define SOCK_MIN_SNDBUF (TCP_SKB_MIN_TRUESIZE * 2) macro2616 WRITE_ONCE(sk->sk_sndbuf, max_t(u32, val, SOCK_MIN_SNDBUF)); in sk_stream_moderate_sndbuf()
2136 return max_t(int, rmbe_size / 10, SOCK_MIN_SNDBUF / 2); in smc_rmb_wnd_update_limit()
3121 if (sk->sk_wmem_queued > SOCK_MIN_SNDBUF && in tcp_out_of_memory()
6025 if (unused_mem > SOCK_MIN_SNDBUF) in tcp_should_expand_sndbuf()