Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dskbuff.h251 struct skb_ext;
943 struct skb_ext *extensions;
4226 struct skb_ext { struct
4233 struct skb_ext *__skb_ext_alloc(gfp_t flags); argument
4235 struct skb_ext *ext);
4238 void __skb_ext_put(struct skb_ext *ext);
4252 struct skb_ext *ext = src->extensions; in __skb_ext_copy()
4265 static inline bool __skb_ext_exist(const struct skb_ext *ext, enum skb_ext_id i) in __skb_ext_exist()
4284 struct skb_ext *ext = skb->extensions; in skb_ext_find()
/OK3568_Linux_fs/kernel/net/core/
H A Dskbuff.c4291 return SKB_EXT_CHUNKSIZEOF(struct skb_ext) + in skb_ext_total_length()
6224 static void *skb_ext_get_ptr(struct skb_ext *ext, enum skb_ext_id id) in skb_ext_get_ptr()
6238 struct skb_ext *__skb_ext_alloc(gfp_t flags) in __skb_ext_alloc()
6240 struct skb_ext *new = kmem_cache_alloc(skbuff_ext_cache, flags); in __skb_ext_alloc()
6250 static struct skb_ext *skb_ext_maybe_cow(struct skb_ext *old, in skb_ext_maybe_cow()
6253 struct skb_ext *new; in skb_ext_maybe_cow()
6289 struct skb_ext *ext) in __skb_ext_set()
6318 struct skb_ext *new, *old = NULL; in skb_ext_add()
6362 struct skb_ext *ext = skb->extensions; in __skb_ext_del()
6380 void __skb_ext_put(struct skb_ext *ext) in __skb_ext_put()
H A Ddev.c5899 struct tc_skb_ext *skb_ext = skb_ext_find(skb, TC_SKB_EXT); in gro_list_prepare() local
5902 diffs |= (!!p_ext) ^ (!!skb_ext); in gro_list_prepare()
5903 if (!diffs && unlikely(skb_ext)) in gro_list_prepare()
5904 diffs |= p_ext->chain ^ skb_ext->chain; in gro_list_prepare()
/OK3568_Linux_fs/kernel/net/mptcp/
H A Dprotocol.h223 struct skb_ext *cached_ext; /* for the next sendmsg */