Home
last modified time | relevance | path

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

/include/linux/
Dskbuff.h286 struct skb_ext;
1091 struct skb_ext *extensions;
4829 struct skb_ext { struct
4836 struct skb_ext *__skb_ext_alloc(gfp_t flags); argument
4838 struct skb_ext *ext);
4841 void __skb_ext_put(struct skb_ext *ext);
4855 struct skb_ext *ext = src->extensions; in __skb_ext_copy()
4868 static inline bool __skb_ext_exist(const struct skb_ext *ext, enum skb_ext_id i) in __skb_ext_exist()
4887 struct skb_ext *ext = skb->extensions; in skb_ext_find()