Home
last modified time | relevance | path

Searched refs:skb_header_unclone (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dip_tunnel_core.c167 err = skb_header_unclone(skb, GFP_ATOMIC); in iptunnel_handle_offloads()
/openbmc/linux/include/linux/
H A Dskbuff.h1947 static inline int skb_header_unclone(struct sk_buff *skb, gfp_t pri) in skb_header_unclone() function