Home
last modified time | relevance | path

Searched refs:sk_rcvbuf (Results 1 – 6 of 6) sorted by relevance

/include/trace/events/
Dsock.h79 __field(int, sk_rcvbuf)
85 __entry->sk_rcvbuf = READ_ONCE(sk->sk_rcvbuf);
89 __entry->rmem_alloc, __entry->truesize, __entry->sk_rcvbuf)
/include/net/
Ddn_nsp.h190 return atomic_read(&sk->sk_rmem_alloc) > (sk->sk_rcvbuf >> 1); in dn_congested()
Dllc_c_ev.h222 (unsigned int)sk->sk_rcvbuf; in llc_conn_space()
Dtcp.h689 atomic_read(&sk->sk_rmem_alloc) < sk->sk_rcvbuf && in tcp_fast_path_check()
1394 return tcp_win_from_space(sk, READ_ONCE(sk->sk_rcvbuf) - in tcp_space()
1401 return tcp_win_from_space(sk, READ_ONCE(sk->sk_rcvbuf)); in tcp_full_space()
Dsock.h392 int sk_rcvbuf; member
/include/crypto/
Dif_alg.h210 return max_t(int, max_t(int, sk->sk_rcvbuf & PAGE_MASK, PAGE_SIZE) - in af_alg_rcvbuf()