skb_ext 248 include/linux/skbuff.h struct skb_ext; skb_ext 887 include/linux/skbuff.h struct skb_ext *extensions; skb_ext 4116 include/linux/skbuff.h void __skb_ext_put(struct skb_ext *ext); skb_ext 4130 include/linux/skbuff.h struct skb_ext *ext = src->extensions; skb_ext 4143 include/linux/skbuff.h static inline bool __skb_ext_exist(const struct skb_ext *ext, enum skb_ext_id i) skb_ext 4162 include/linux/skbuff.h struct skb_ext *ext = skb->extensions; skb_ext 4116 net/core/skbuff.c return SKB_EXT_CHUNKSIZEOF(struct skb_ext) + skb_ext 5974 net/core/skbuff.c static void *skb_ext_get_ptr(struct skb_ext *ext, enum skb_ext_id id) skb_ext 5979 net/core/skbuff.c static struct skb_ext *skb_ext_alloc(void) skb_ext 5981 net/core/skbuff.c struct skb_ext *new = kmem_cache_alloc(skbuff_ext_cache, GFP_ATOMIC); skb_ext 5991 net/core/skbuff.c static struct skb_ext *skb_ext_maybe_cow(struct skb_ext *old, skb_ext 5994 net/core/skbuff.c struct skb_ext *new; skb_ext 6035 net/core/skbuff.c struct skb_ext *new, *old = NULL; skb_ext 6079 net/core/skbuff.c struct skb_ext *ext = skb->extensions; skb_ext 6097 net/core/skbuff.c void __skb_ext_put(struct skb_ext *ext)