Searched refs:skb_copy_header (Results 1 – 5 of 5) sorted by relevance
/linux/net/tls/ |
H A D | tls_strp.c | 64 skb_copy_header(skb, in_skb); in tls_strp_skb_copy() 471 skb_copy_header(strp->anchor, first); in tls_strp_load_anchor_with_queue()
|
H A D | tls_device_fallback.c | 207 skb_copy_header(nskb, skb); in complete_skb()
|
H A D | tls_sw.c | 1435 skb_copy_header(clr_skb, skb); in tls_alloc_clrtxt_skb()
|
/linux/net/core/ |
H A D | skbuff.c | 871 skb_copy_header(nskb, skb); in skb_pp_cow_data() 2021 void skb_copy_header(struct sk_buff *new, const struct sk_buff *old) in skb_copy_header() function 2029 EXPORT_SYMBOL(skb_copy_header); 2081 skb_copy_header(n, skb); in skb_copy() 2145 skb_copy_header(n, skb); in __pskb_copy_fclone() 2431 skb_copy_header(n, skb); in skb_copy_expand()
|
/linux/drivers/net/ |
H A D | xen-netfront.c | 701 skb_copy_header(n, skb); in bounce_skb()
|