Lines Matching defs:uarg
1483 struct ubuf_info *uarg = NULL;
1575 /* Leave uarg NULL if can't zerocopy, callers should
1582 uarg = msg->msg_ubuf;
1585 uarg = msg_zerocopy_realloc(sk, length, skb_zcopy(skb));
1586 if (!uarg)
1588 extra_uref = !skb_zcopy(skb); /* only ref on new uarg */
1594 uarg_to_msgzc(uarg)->zerocopy = 0;
1595 skb_zcopy_set(skb, uarg, &extra_uref);
1770 skb_zcopy_set(skb, uarg, &extra_uref);
1861 net_zcopy_put_abort(uarg, extra_uref);