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.c157 refcount_set(&sk->sk_wmem_alloc, SK_WMEM_ALLOC_BIAS); in vcc_create()
/linux/include/net/
H A Dsock.h2366 #define SK_WMEM_ALLOC_BIAS 1 macro
2375 return refcount_read(&sk->sk_wmem_alloc) - SK_WMEM_ALLOC_BIAS; in sk_wmem_alloc_get()
/linux/net/core/
H A Dsock.c2334 refcount_set(&sk->sk_wmem_alloc, SK_WMEM_ALLOC_BIAS); in sk_alloc()
2528 refcount_set(&newsk->sk_wmem_alloc, SK_WMEM_ALLOC_BIAS); in sk_clone()
2768 skb->ooo_okay = (old_wmem == SK_WMEM_ALLOC_BIAS); in skb_set_owner_w()