Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dskbuff.h249 struct skb_ext;
921 struct skb_ext *extensions;
4167 struct skb_ext { struct
4174 struct skb_ext *__skb_ext_alloc(gfp_t flags); argument
4176 struct skb_ext *ext);
4179 void __skb_ext_put(struct skb_ext *ext);
4193 struct skb_ext *ext = src->extensions; in __skb_ext_copy()
4206 static inline bool __skb_ext_exist(const struct skb_ext *ext, enum skb_ext_id i) in __skb_ext_exist()
4225 struct skb_ext *ext = skb->extensions; in skb_ext_find()
/Linux-v5.10/net/core/
Dskbuff.c4210 return SKB_EXT_CHUNKSIZEOF(struct skb_ext) + in skb_ext_total_length()
6148 static void *skb_ext_get_ptr(struct skb_ext *ext, enum skb_ext_id id) in skb_ext_get_ptr()
6162 struct skb_ext *__skb_ext_alloc(gfp_t flags) in __skb_ext_alloc()
6164 struct skb_ext *new = kmem_cache_alloc(skbuff_ext_cache, flags); in __skb_ext_alloc()
6174 static struct skb_ext *skb_ext_maybe_cow(struct skb_ext *old, in skb_ext_maybe_cow()
6177 struct skb_ext *new; in skb_ext_maybe_cow()
6213 struct skb_ext *ext) in __skb_ext_set()
6242 struct skb_ext *new, *old = NULL; in skb_ext_add()
6286 struct skb_ext *ext = skb->extensions; in __skb_ext_del()
6304 void __skb_ext_put(struct skb_ext *ext) in __skb_ext_put()
/Linux-v5.10/net/mptcp/
Dprotocol.h223 struct skb_ext *cached_ext; /* for the next sendmsg */