Home
last modified time | relevance | path

Searched refs:SKB_ALLOC_NAPI (Results 1 – 2 of 2) sorted by relevance

/linux/net/core/
H A Dskbuff.c667 if (flags & SKB_ALLOC_NAPI) { in __alloc_skb()
832 skb = __alloc_skb(len, gfp_mask, SKB_ALLOC_RX | SKB_ALLOC_NAPI, in napi_alloc_skb()
/linux/include/linux/
H A Dskbuff.h1133 #define SKB_ALLOC_NAPI 0x04 macro