Searched refs:skb_copy_header (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/net/tls/ |
H A D | tls_strp.c | 63 skb_copy_header(skb, in_skb); in tls_strp_skb_copy() 470 skb_copy_header(strp->anchor, first); in tls_strp_load_anchor_with_queue()
|
H A D | tls_device_fallback.c | 212 skb_copy_header(nskb, skb); in complete_skb()
|
H A D | tls_sw.c | 1431 skb_copy_header(clr_skb, skb); in tls_alloc_clrtxt_skb()
|
/openbmc/linux/net/core/ |
H A D | skbuff.c | 1938 void skb_copy_header(struct sk_buff *new, const struct sk_buff *old) in skb_copy_header() function 1946 EXPORT_SYMBOL(skb_copy_header); 1995 skb_copy_header(n, skb); in skb_copy() 2059 skb_copy_header(n, skb); in __pskb_copy_fclone() 2342 skb_copy_header(n, skb); in skb_copy_expand()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | sdio.c | 1008 skb_copy_header(split_skb, skb); in rtw_sdio_rxfifo_recv()
|
/openbmc/linux/drivers/net/ |
H A D | veth.c | 760 skb_copy_header(nskb, skb); in veth_convert_skb_to_xdp_buff()
|
H A D | xen-netfront.c | 701 skb_copy_header(n, skb); in bounce_skb()
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_eth.c | 2178 skb_copy_header(new_skb, skb); in dpaa_a050385_wa_skb()
|
/openbmc/linux/include/linux/ |
H A D | skbuff.h | 1338 void skb_copy_header(struct sk_buff *new, const struct sk_buff *old);
|