Searched refs:skb_ext (Results 1 – 5 of 5) sorted by relevance
330 struct tc_skb_ext *skb_ext; in gro_list_prepare_tc_ext() local333 skb_ext = skb_ext_find(skb, TC_SKB_EXT); in gro_list_prepare_tc_ext()336 diffs |= (!!p_ext) ^ (!!skb_ext); in gro_list_prepare_tc_ext()337 if (!diffs && unlikely(skb_ext)) in gro_list_prepare_tc_ext()338 diffs |= p_ext->chain ^ skb_ext->chain; in gro_list_prepare_tc_ext()
5112 unsigned int l = SKB_EXT_CHUNKSIZEOF(struct skb_ext); in skb_ext_total_length()7007 static void *skb_ext_get_ptr(struct skb_ext *ext, enum skb_ext_id id) in skb_ext_get_ptr()7021 struct skb_ext *__skb_ext_alloc(gfp_t flags) in __skb_ext_alloc()7023 struct skb_ext *new = kmem_cache_alloc(skbuff_ext_cache, flags); in __skb_ext_alloc()7033 static struct skb_ext *skb_ext_maybe_cow(struct skb_ext *old, in skb_ext_maybe_cow()7036 struct skb_ext *new; in skb_ext_maybe_cow()7080 struct skb_ext *ext) in __skb_ext_set()7110 struct skb_ext *new, *old = NULL; in skb_ext_add()7163 struct skb_ext *ext = skb->extensions; in __skb_ext_del()7181 void __skb_ext_put(struct skb_ext *ext) in __skb_ext_put()
284 struct skb_ext;1101 struct skb_ext *extensions;5005 struct skb_ext { struct5012 struct skb_ext *__skb_ext_alloc(gfp_t flags); argument5014 struct skb_ext *ext);5017 void __skb_ext_put(struct skb_ext *ext);5031 struct skb_ext *ext = src->extensions; in __skb_ext_copy()5044 static inline bool __skb_ext_exist(const struct skb_ext *ext, enum skb_ext_id i) in __skb_ext_exist()5063 struct skb_ext *ext = skb->extensions; in skb_ext_find()
107 struct skb_ext *psp_ext) in nsim_forward_skb()123 struct skb_ext *psp_ext = NULL; in nsim_start_xmit()
1188 struct skb_ext *mpext = __skb_ext_alloc(gfp); in __mptcp_add_ext()