Home
last modified time | relevance | path

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

/Linux-v4.19/net/tls/
Dtls_device_fallback.c196 skb_copy_header(nskb, skb); in complete_skb()
/Linux-v4.19/net/core/
Dskbuff.c1307 void skb_copy_header(struct sk_buff *new, const struct sk_buff *old) in skb_copy_header() function
1315 EXPORT_SYMBOL(skb_copy_header);
1358 skb_copy_header(n, skb); in skb_copy()
1422 skb_copy_header(n, skb); in __pskb_copy_fclone()
1602 skb_copy_header(n, skb); in skb_copy_expand()
/Linux-v4.19/drivers/net/
Dveth.c510 skb_copy_header(nskb, skb); in veth_xdp_rcv_skb()
/Linux-v4.19/include/linux/
Dskbuff.h1044 void skb_copy_header(struct sk_buff *new, const struct sk_buff *old);