Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dskbuff.h827 struct sk_buff *__alloc_skb_head(gfp_t priority, int node);
830 return __alloc_skb_head(priority, -1); in alloc_skb_head()
/linux-4.1.27/net/core/
Dskbuff.c160 struct sk_buff *__alloc_skb_head(gfp_t gfp_mask, int node) in __alloc_skb_head() function