Searched refs:skb_ext (Results 1 – 3 of 3) 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()
5067 unsigned int l = SKB_EXT_CHUNKSIZEOF(struct skb_ext); in skb_ext_total_length()6960 static void *skb_ext_get_ptr(struct skb_ext *ext, enum skb_ext_id id) in skb_ext_get_ptr()6974 struct skb_ext *__skb_ext_alloc(gfp_t flags) in __skb_ext_alloc()6976 struct skb_ext *new = kmem_cache_alloc(skbuff_ext_cache, flags); in __skb_ext_alloc()6986 static struct skb_ext *skb_ext_maybe_cow(struct skb_ext *old, in skb_ext_maybe_cow()6989 struct skb_ext *new; in skb_ext_maybe_cow()7033 struct skb_ext *ext) in __skb_ext_set()7062 struct skb_ext *new, *old = NULL; in skb_ext_add()7115 struct skb_ext *ext = skb->extensions; in __skb_ext_del()7133 void __skb_ext_put(struct skb_ext *ext) in __skb_ext_put()
1090 struct skb_ext *mpext = __skb_ext_alloc(gfp); in __mptcp_add_ext()
Completed in 26 milliseconds