Searched refs:skb_copy_header (Results 1 – 7 of 7) sorted by relevance
| /linux/net/tls/ |
| H A D | tls_strp.c | 64 skb_copy_header(skb, in_skb); in tls_strp_skb_copy() 478 skb_copy_header(strp->anchor, first); in tls_strp_load_anchor_with_queue()
|
| H A D | tls_device_fallback.c | 188 skb_copy_header(nskb, skb); in update_chksum()
|
| H A D | tls_sw.c | 1477 skb_copy_header(clr_skb, skb); in tls_alloc_clrtxt_skb()
|
| /linux/net/core/ |
| H A D | skbuff.c | 950 skb_copy_header(nskb, skb); in skb_pp_cow_data() 2114 void skb_copy_header(struct sk_buff *new, const struct sk_buff *old) in skb_copy_header() function 2122 EXPORT_SYMBOL(skb_copy_header); 2174 skb_copy_header(n, skb); in skb_copy() 2238 skb_copy_header(n, skb); in __pskb_copy_fclone() 2526 skb_copy_header(n, skb); in skb_copy_expand()
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | sdio.c | 1022 skb_copy_header(split_skb, skb); in rtw_sdio_rxfifo_recv()
|
| /linux/drivers/net/ethernet/freescale/dpaa/ |
| H A D | dpaa_eth.c | 2187 skb_copy_header(new_skb, skb); in dpaa_a050385_wa_skb()
|
| /linux/include/linux/ |
| H A D | skbuff.h | 1440 void skb_copy_header(struct sk_buff *new, const struct sk_buff *old);
|