Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dskbuff.h2338 struct sk_buff *__napi_alloc_skb(struct napi_struct *napi,
2343 return __napi_alloc_skb(napi, length, GFP_ATOMIC); in napi_alloc_skb()
/linux-4.4.14/net/core/
Dskbuff.c476 struct sk_buff *__napi_alloc_skb(struct napi_struct *napi, unsigned int len, in __napi_alloc_skb() function
521 EXPORT_SYMBOL(__napi_alloc_skb);