Searched refs:skb_uarg (Results 1 – 2 of 2) sorted by relevance
1518 if (skb_uarg(nskb) == skb_uarg(orig)) in skb_zerocopy_clone()1523 skb_zcopy_set(nskb, skb_uarg(orig), NULL); in skb_zerocopy_clone()1856 refcount_inc(&skb_uarg(skb)->refcnt); in pskb_expand_head()
562 #define skb_uarg(SKB) ((struct ubuf_info *)(skb_shinfo(SKB)->destructor_arg)) macro1643 return is_zcopy ? skb_uarg(skb) : NULL; in skb_zcopy()