Searched refs:sk_wmem_alloc (Results 1 – 3 of 3) sorted by relevance
248 refcount_add(skb->truesize, &sk_atm(vcc)->sk_wmem_alloc); in atm_account_tx()256 &sk_atm(vcc)->sk_wmem_alloc)); in atm_return_tx()273 return (size + refcount_read(&sk_atm(vcc)->sk_wmem_alloc)) < in atm_may_send()
121 __entry->wmem_alloc = refcount_read(&sk->sk_wmem_alloc);
460 refcount_t sk_wmem_alloc; member2271 return refcount_read(&sk->sk_wmem_alloc) - 1; in sk_wmem_alloc_get()2466 amt = sk->sk_sndbuf - refcount_read(&sk->sk_wmem_alloc); in sock_wspace()2564 return refcount_read(&sk->sk_wmem_alloc) < (READ_ONCE(sk->sk_sndbuf) >> 1); in sock_writeable()