Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Datmdev.h255 refcount_add(skb->truesize, &sk_atm(vcc)->sk_wmem_alloc); in atm_account_tx()
274 return (size + refcount_read(&sk_atm(vcc)->sk_wmem_alloc)) < in atm_may_send()
/linux-4.19.296/include/trace/events/
Dsock.h119 __entry->wmem_alloc = refcount_read(&sk->sk_wmem_alloc);
/linux-4.19.296/include/net/
Dsock.h413 refcount_t sk_wmem_alloc; member
2048 return refcount_read(&sk->sk_wmem_alloc) - 1; in sk_wmem_alloc_get()
2213 amt = sk->sk_sndbuf - refcount_read(&sk->sk_wmem_alloc); in sock_wspace()
2303 return refcount_read(&sk->sk_wmem_alloc) < (sk->sk_sndbuf >> 1); in sock_writeable()