Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dskbuff.h4246 static inline void __skb_ext_copy(struct sk_buff *dst, in __skb_ext_copy() function
4262 __skb_ext_copy(dst, src); in skb_ext_copy()
4308 static inline void __skb_ext_copy(struct sk_buff *d, const struct sk_buff *s) {} in __skb_ext_copy() function
/OK3568_Linux_fs/kernel/net/core/
H A Dskbuff.c947 __skb_ext_copy(new, old); in __copy_skb_header()