Searched refs:skb_unclone (Results 1 – 11 of 11) sorted by relevance
/linux/net/strparser/ |
H A D | strparser.c | 133 err = skb_unclone(head, GFP_ATOMIC); in __strp_recv() 194 err = skb_unclone(skb, GFP_ATOMIC); in __strp_recv()
|
/linux/net/ipv6/ |
H A D | xfrm6_input.c | 123 if (skb_unclone(skb, GFP_ATOMIC)) in __xfrm6_udp_encap_rcv()
|
H A D | ah6.c | 532 if (skb_unclone(skb, GFP_ATOMIC)) in ah6_input()
|
/linux/net/ipv4/ |
H A D | ah4.c | 346 if (skb_unclone(skb, GFP_ATOMIC)) in ah_input()
|
H A D | inet_fragment.c | 502 if (skb_unclone(head, GFP_ATOMIC)) in inet_frag_reasm_prepare()
|
/linux/include/net/ |
H A D | ip_tunnels.h | 618 err = skb_unclone(skb, GFP_ATOMIC); in iptunnel_pull_offloads()
|
/linux/drivers/net/ |
H A D | veth.c | 908 if (skb_shared(skb) || skb_unclone(skb, GFP_ATOMIC)) in veth_xdp_rcv()
|
/linux/net/core/ |
H A D | skbuff.c | 1882 if (skb_shared(skb) || skb_unclone(skb, gfp_mask)) in skb_copy_ubufs() 4515 err = skb_unclone(skb, GFP_ATOMIC); in skb_segment_list() 4532 err = skb_unclone(nskb, GFP_ATOMIC); in skb_segment_list()
|
H A D | filter.c | 3334 ret = skb_unclone(skb, GFP_ATOMIC); in bpf_skb_proto_6_to_4() 3588 ret = skb_unclone(skb, GFP_ATOMIC); in bpf_skb_net_shrink()
|
/linux/drivers/net/ethernet/sun/ |
H A D | sunvnet_common.c | 1271 if (skb_unclone(skb, GFP_ATOMIC)) in vnet_handle_offloads()
|
/linux/drivers/net/ppp/ |
H A D | ppp_generic.c | 2497 if (skb_unclone(skb, GFP_ATOMIC)) in ppp_receive_nonmp_frame()
|