Lines Matching defs:uarg
1161 struct ubuf_info *uarg)
1182 tp->fastopen_req->uarg = uarg;
1210 struct ubuf_info *uarg = NULL;
1223 uarg = sock_zerocopy_realloc(sk, size, skb_zcopy(skb));
1224 if (!uarg) {
1231 uarg->zerocopy = 0;
1236 err = tcp_sendmsg_fastopen(sk, msg, &copied_syn, size, uarg);
1385 err = skb_zerocopy_iter_stream(sk, skb, msg, copy, uarg);
1438 sock_zerocopy_put(uarg);
1449 sock_zerocopy_put_abort(uarg, true);