Home
last modified time | relevance | path

Searched refs:skb_copy_header (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/net/tls/
Dtls_device_fallback.c200 skb_copy_header(nskb, skb); in complete_skb()
/Linux-v5.15/net/core/
Dskbuff.c1548 void skb_copy_header(struct sk_buff *new, const struct sk_buff *old) in skb_copy_header() function
1556 EXPORT_SYMBOL(skb_copy_header);
1599 skb_copy_header(n, skb); in skb_copy()
1663 skb_copy_header(n, skb); in __pskb_copy_fclone()
1894 skb_copy_header(n, skb); in skb_copy_expand()
/Linux-v5.15/drivers/net/
Dveth.c759 skb_copy_header(nskb, skb); in veth_xdp_rcv_skb()
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.c2154 skb_copy_header(new_skb, skb); in dpaa_a050385_wa_skb()
/Linux-v5.15/include/linux/
Dskbuff.h1173 void skb_copy_header(struct sk_buff *new, const struct sk_buff *old);