Searched refs:skb_uarg (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/core/
H A Dskbuff.c1922 if (skb_uarg(nskb) == skb_uarg(orig))
1927 skb_zcopy_set(nskb, skb_uarg(orig), NULL);
2274 refcount_inc(&skb_uarg(skb)->refcnt);
/linux-master/include/linux/
H A Dskbuff.h567 #define skb_uarg(SKB) ((struct ubuf_info *)(skb_shinfo(SKB)->destructor_arg)) macro
1699 return is_zcopy ? skb_uarg(skb) : NULL;

Completed in 139 milliseconds