Home
last modified time | relevance | path

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

/linux/net/atm/
H A Dcommon.c160 refcount_set(&sk->sk_wmem_alloc, SK_WMEM_ALLOC_BIAS); in vcc_create()
/linux/net/core/
H A Dsock.c2329 refcount_set(&sk->sk_wmem_alloc, SK_WMEM_ALLOC_BIAS); in sk_alloc()
2517 refcount_set(&newsk->sk_wmem_alloc, SK_WMEM_ALLOC_BIAS); in sk_clone()
2738 /* (old_wmem == SK_WMEM_ALLOC_BIAS) if no other TX packet for this socket in skb_set_owner_w()
2744 skb->ooo_okay = (old_wmem == SK_WMEM_ALLOC_BIAS);
/linux/include/net/
H A Dsock.h2340 #define SK_WMEM_ALLOC_BIAS 1 macro
2349 return refcount_read(&sk->sk_wmem_alloc) - SK_WMEM_ALLOC_BIAS; in sk_wmem_alloc_get()