Lines Matching defs:uarg
992 size_t size, struct ubuf_info *uarg)
1013 tp->fastopen_req->uarg = uarg;
1041 struct ubuf_info *uarg = NULL;
1054 uarg = msg->msg_ubuf;
1059 uarg = msg_zerocopy_realloc(sk, size, skb_zcopy(skb));
1060 if (!uarg) {
1067 uarg_to_msgzc(uarg)->zerocopy = 0;
1077 err = tcp_sendmsg_fastopen(sk, msg, &copied_syn, size, uarg);
1234 err = skb_zerocopy_iter_stream(sk, skb, msg, copy, uarg);
1313 if (uarg && !msg->msg_ubuf)
1314 net_zcopy_put(uarg);
1324 if (uarg && !msg->msg_ubuf)
1325 net_zcopy_put_abort(uarg, true);