Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dskbuff.h5041 static inline void __skb_ext_copy(struct sk_buff *dst, in __skb_ext_copy() function
5057 __skb_ext_copy(dst, src); in skb_ext_copy()
5104 static inline void __skb_ext_copy(struct sk_buff *d, const struct sk_buff *s) {} in __skb_ext_copy() function
/linux/net/xfrm/
H A Dxfrm_iptfs.c283 __skb_ext_copy(skb, tpl); in iptfs_alloc_skb()
/linux/net/core/
H A Dskbuff.c1564 __skb_ext_copy(new, old); in __copy_skb_header()