Searched refs:skb_ext (Results 1 – 4 of 4) sorted by relevance
329 struct tc_skb_ext *skb_ext; in gro_list_prepare_tc_ext() local332 skb_ext = skb_ext_find(skb, TC_SKB_EXT); in gro_list_prepare_tc_ext()335 diffs |= (!!p_ext) ^ (!!skb_ext); in gro_list_prepare_tc_ext()336 if (!diffs && unlikely(skb_ext)) in gro_list_prepare_tc_ext()337 diffs |= p_ext->chain ^ skb_ext->chain; in gro_list_prepare_tc_ext()
5038 unsigned int l = SKB_EXT_CHUNKSIZEOF(struct skb_ext); in skb_ext_total_length()6935 static void *skb_ext_get_ptr(struct skb_ext *ext, enum skb_ext_id id) in skb_ext_get_ptr()6949 struct skb_ext *__skb_ext_alloc(gfp_t flags) in __skb_ext_alloc()6951 struct skb_ext *new = kmem_cache_alloc(skbuff_ext_cache, flags); in __skb_ext_alloc()6961 static struct skb_ext *skb_ext_maybe_cow(struct skb_ext *old, in skb_ext_maybe_cow()6964 struct skb_ext *new; in skb_ext_maybe_cow()7008 struct skb_ext *ext) in __skb_ext_set()7037 struct skb_ext *new, *old = NULL; in skb_ext_add()7090 struct skb_ext *ext = skb->extensions; in __skb_ext_del()7108 void __skb_ext_put(struct skb_ext *ext) in __skb_ext_put()
285 struct skb_ext;1099 struct skb_ext *extensions;4843 struct skb_ext { struct4850 struct skb_ext *__skb_ext_alloc(gfp_t flags); argument4852 struct skb_ext *ext);4855 void __skb_ext_put(struct skb_ext *ext);4869 struct skb_ext *ext = src->extensions; in __skb_ext_copy()4882 static inline bool __skb_ext_exist(const struct skb_ext *ext, enum skb_ext_id i) in __skb_ext_exist()4901 struct skb_ext *ext = skb->extensions; in skb_ext_find()
1064 struct skb_ext *mpext = __skb_ext_alloc(gfp); in __mptcp_add_ext()