skb_uarg         1416 include/linux/skbuff.h 	return is_zcopy ? skb_uarg(skb) : NULL;
skb_uarg         2731 include/linux/skbuff.h 	    skb_uarg(skb)->callback == sock_zerocopy_callback)
skb_uarg         1317 net/core/skbuff.c 			if (skb_uarg(nskb) == skb_uarg(orig))
skb_uarg         1322 net/core/skbuff.c 		skb_zcopy_set(nskb, skb_uarg(orig), NULL);
skb_uarg         1652 net/core/skbuff.c 			refcount_inc(&skb_uarg(skb)->refcnt);