Searched refs:ubuf_info (Results 1 – 11 of 11) sorted by relevance
| /linux/io_uring/ |
| H A D | notif.h | 15 struct ubuf_info uarg; 27 void io_tx_ubuf_complete(struct sk_buff *skb, struct ubuf_info *uarg,
|
| /linux/drivers/vhost/ |
| H A D | net.c | 126 struct ubuf_info_msgzc *ubuf_info; member 290 kfree(n->vqs[i].ubuf_info); in vhost_net_clear_ubuf_info() 291 n->vqs[i].ubuf_info = NULL; in vhost_net_clear_ubuf_info() 304 n->vqs[i].ubuf_info = in vhost_net_set_ubuf_info() 305 kmalloc_objs(*n->vqs[i].ubuf_info, UIO_MAXIOV); in vhost_net_set_ubuf_info() 306 if (!n->vqs[i].ubuf_info) in vhost_net_set_ubuf_info() 400 struct ubuf_info *ubuf_base, bool success) in vhost_zerocopy_complete() 924 ubuf = nvq->ubuf_info + nvq->upend_idx; in handle_tx_zerocopy() 1381 n->vqs[i].ubuf_info = NULL; in vhost_net_open()
|
| /linux/tools/perf/trace/beauty/include/linux/ |
| H A D | socket.h | 92 struct ubuf_info *msg_ubuf;
|
| /linux/include/linux/ |
| H A D | socket.h | 92 struct ubuf_info *msg_ubuf;
|
| /linux/drivers/net/xen-netback/ |
| H A D | netback.c | 1117 struct ubuf_info *uarg; in xenvif_handle_frag_list() 1284 struct ubuf_info *ubuf_base, in xenvif_zerocopy_callback()
|
| /linux/net/core/ |
| H A D | skbuff.c | 1728 static struct ubuf_info *msg_zerocopy_alloc(struct sock *sk, size_t size, in msg_zerocopy_alloc() 1766 struct ubuf_info *msg_zerocopy_realloc(struct sock *sk, size_t size, in msg_zerocopy_realloc() 1767 struct ubuf_info *uarg, bool devmem) in msg_zerocopy_realloc() 1887 static void msg_zerocopy_complete(struct sk_buff *skb, struct ubuf_info *uarg, in msg_zerocopy_complete() 1898 void msg_zerocopy_put_abort(struct ubuf_info *uarg, bool have_uref) in msg_zerocopy_put_abort() 1917 struct ubuf_info *uarg, in skb_zerocopy_iter_stream() 1927 struct ubuf_info *orig_uarg = skb_zcopy(skb); in skb_zerocopy_iter_stream()
|
| /linux/net/vmw_vsock/ |
| H A D | virtio_transport_common.c | 215 struct ubuf_info *uarg, in virtio_transport_alloc_skb() 307 struct ubuf_info *uarg = NULL; in virtio_transport_send_pkt_info() 421 /* msg_zerocopy_realloc() initializes the ubuf_info refcnt to 1. in virtio_transport_send_pkt_info()
|
| /linux/drivers/net/ |
| H A D | tap.c | 670 struct ubuf_info *uarg = msg_control; in tap_get_user()
|
| H A D | tun.c | 1948 struct ubuf_info *uarg = msg_control; in tun_get_user()
|
| /linux/net/ipv4/ |
| H A D | ip_output.c | 964 struct ubuf_info *uarg = NULL; in __ip_append_data()
|
| /linux/net/ipv6/ |
| H A D | ip6_output.c | 1465 struct ubuf_info *uarg = NULL; in __ip6_append_data()
|