Searched refs:skb_ext (Results 1 – 3 of 3) sorted by relevance
4301 return SKB_EXT_CHUNKSIZEOF(struct skb_ext) + in skb_ext_total_length()6236 static void *skb_ext_get_ptr(struct skb_ext *ext, enum skb_ext_id id) in skb_ext_get_ptr()6250 struct skb_ext *__skb_ext_alloc(gfp_t flags) in __skb_ext_alloc()6252 struct skb_ext *new = kmem_cache_alloc(skbuff_ext_cache, flags); in __skb_ext_alloc()6262 static struct skb_ext *skb_ext_maybe_cow(struct skb_ext *old, in skb_ext_maybe_cow()6265 struct skb_ext *new; in skb_ext_maybe_cow()6301 struct skb_ext *ext) in __skb_ext_set()6330 struct skb_ext *new, *old = NULL; in skb_ext_add()6374 struct skb_ext *ext = skb->extensions; in __skb_ext_del()6392 void __skb_ext_put(struct skb_ext *ext) in __skb_ext_put()
5913 struct tc_skb_ext *skb_ext = skb_ext_find(skb, TC_SKB_EXT); in gro_list_prepare() local5916 diffs |= (!!p_ext) ^ (!!skb_ext); in gro_list_prepare()5917 if (!diffs && unlikely(skb_ext)) in gro_list_prepare()5918 diffs |= p_ext->chain ^ skb_ext->chain; in gro_list_prepare()
223 struct skb_ext *cached_ext; /* for the next sendmsg */