Home
last modified time | relevance | path

Searched refs:skb_ext (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/linux/
Dskbuff.h248 struct skb_ext;
885 struct skb_ext *extensions;
4102 struct skb_ext { struct
4111 void __skb_ext_put(struct skb_ext *ext); argument
4125 struct skb_ext *ext = src->extensions; in __skb_ext_copy()
4138 static inline bool __skb_ext_exist(const struct skb_ext *ext, enum skb_ext_id i) in __skb_ext_exist()
4157 struct skb_ext *ext = skb->extensions; in skb_ext_find()
/Linux-v5.4/net/core/
Dskbuff.c4116 return SKB_EXT_CHUNKSIZEOF(struct skb_ext) + in skb_ext_total_length()
5972 static void *skb_ext_get_ptr(struct skb_ext *ext, enum skb_ext_id id) in skb_ext_get_ptr()
5977 static struct skb_ext *skb_ext_alloc(void) in skb_ext_alloc()
5979 struct skb_ext *new = kmem_cache_alloc(skbuff_ext_cache, GFP_ATOMIC); in skb_ext_alloc()
5989 static struct skb_ext *skb_ext_maybe_cow(struct skb_ext *old, in skb_ext_maybe_cow()
5992 struct skb_ext *new; in skb_ext_maybe_cow()
6033 struct skb_ext *new, *old = NULL; in skb_ext_add()
6077 struct skb_ext *ext = skb->extensions; in __skb_ext_del()
6095 void __skb_ext_put(struct skb_ext *ext) in __skb_ext_put()