Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_skbuff.c172 linuxkpi_skb_copy(const struct sk_buff *skb, gfp_t gfp) in linuxkpi_skb_copy() function
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dskbuff.h204 struct sk_buff *linuxkpi_skb_copy(const struct sk_buff *, gfp_t);
841 new = linuxkpi_skb_copy(skb, gfp); in skb_copy()