Lines Matching refs:sk_rcvbuf
254 val = tcp_win_from_space(sk, sk->sk_rcvbuf);
788 if (sk->sk_rcvbuf < rmem2 &&
792 WRITE_ONCE(sk->sk_rcvbuf,
795 if (atomic_read(&sk->sk_rmem_alloc) > sk->sk_rcvbuf)
934 * but will avoid sk_rcvbuf inflation and poor cache use.
949 if (rcvbuf > sk->sk_rcvbuf) {
950 WRITE_ONCE(sk->sk_rcvbuf, rcvbuf);
5331 return rmem <= sk->sk_rcvbuf;
5882 if (sum_tiny > sk->sk_rcvbuf >> 3)
5905 * 3) Drop at least 12.5 % of sk_rcvbuf to avoid malicious attacks.
5919 goal = sk->sk_rcvbuf >> 3;
5938 goal = sk->sk_rcvbuf >> 3;