Home
last modified time | relevance | path

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

/linux/net/core/
H A Dgro.c329 struct tc_skb_ext *skb_ext; in gro_list_prepare_tc_ext() local
332 skb_ext = skb_ext_find(skb, TC_SKB_EXT); in gro_list_prepare_tc_ext()
335 diffs |= (!!p_ext) ^ (!!skb_ext); in gro_list_prepare_tc_ext()
336 if (!diffs && unlikely(skb_ext)) in gro_list_prepare_tc_ext()
337 diffs |= p_ext->chain ^ skb_ext->chain; in gro_list_prepare_tc_ext()
/linux/include/linux/
H A Dskbuff.h284 struct skb_ext;
1095 struct skb_ext *extensions;
4866 * struct skb_ext - sk_buff extensions
4875 struct skb_ext { struct
4882 struct skb_ext *__skb_ext_alloc(gfp_t flags); argument
4884 struct skb_ext *ext);
4887 void __skb_ext_put(struct skb_ext *ext);
4901 struct skb_ext *ext = src->extensions; in __skb_ext_copy()
4914 static inline bool __skb_ext_exist(const struct skb_ext *ext, enum skb_ext_id i) in __skb_ext_exist()
4933 struct skb_ext *ex in skb_ext_find()
[all...]
/linux/net/mptcp/
H A Dprotocol.c1090 struct skb_ext *mpext = __skb_ext_alloc(gfp); in __mptcp_add_ext()