Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dskbuff.h726 #define skb_uarg(SKB) ((struct ubuf_info *)(skb_shinfo(SKB)->destructor_arg)) macro
1801 return is_zcopy ? skb_uarg(skb) : NULL; in skb_zcopy()
3221 skb_uarg(skb)->callback == msg_zerocopy_callback) in skb_orphan_frags()
/linux-5.19.10/net/core/
Dskbuff.c1384 if (skb_uarg(nskb) == skb_uarg(orig)) in skb_zerocopy_clone()
1389 skb_zcopy_set(nskb, skb_uarg(orig), NULL); in skb_zerocopy_clone()
1719 refcount_inc(&skb_uarg(skb)->refcnt); in pskb_expand_head()