Home
last modified time | relevance | path

Searched refs:sk_wmem_alloc (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Datmdev.h248 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()
/include/trace/events/
Dsock.h121 __entry->wmem_alloc = refcount_read(&sk->sk_wmem_alloc);
/include/net/
Dsock.h460 refcount_t sk_wmem_alloc; member
2271 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()