Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dskbuff.h4336 static inline void __nf_copy(struct sk_buff *dst, const struct sk_buff *src, in __nf_copy() function
4354 __nf_copy(dst, src, true); in nf_copy()
/OK3568_Linux_fs/kernel/net/core/
H A Dskbuff.c948 __nf_copy(new, old, false); in __copy_skb_header()