Home
last modified time | relevance | path

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

/net/core/
Dskbuff.c6476 struct skb_ext *__skb_ext_alloc(gfp_t flags) in __skb_ext_alloc() function
6573 new = __skb_ext_alloc(GFP_ATOMIC); in skb_ext_add()
/net/mptcp/
Dprotocol.c1207 struct skb_ext *mpext = __skb_ext_alloc(gfp); in __mptcp_add_ext()