Lines Matching refs:skb_ext
5176 unsigned int l = SKB_EXT_CHUNKSIZEOF(struct skb_ext);
7098 static void *skb_ext_get_ptr(struct skb_ext *ext, enum skb_ext_id id)
7110 * Note: caller must handle the skb_ext as an opaque data.
7112 struct skb_ext *__skb_ext_alloc(gfp_t flags)
7114 struct skb_ext *new = kmem_cache_alloc(skbuff_ext_cache, flags);
7124 static struct skb_ext *skb_ext_maybe_cow(struct skb_ext *old,
7127 struct skb_ext *new;
7171 struct skb_ext *ext)
7201 struct skb_ext *new, *old = NULL;
7254 struct skb_ext *ext = skb->extensions;
7272 void __skb_ext_put(struct skb_ext *ext)