Searched refs:ubuf_info (Results 1 – 15 of 15) 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,
|
| H A D | notif.c | 43 void io_tx_ubuf_complete(struct sk_buff *skb, struct ubuf_info *uarg, in io_tx_ubuf_complete() 70 static int io_link_skb(struct sk_buff *skb, struct ubuf_info *uarg) in io_link_skb() 74 struct ubuf_info *prev_uarg = skb_zcopy(skb); in io_link_skb()
|
| /linux/drivers/vhost/ |
| H A D | net.c | 126 struct ubuf_info_msgzc *ubuf_info; member 281 kfree(n->vqs[i].ubuf_info); in vhost_net_clear_ubuf_info() 282 n->vqs[i].ubuf_info = NULL; in vhost_net_clear_ubuf_info() 295 n->vqs[i].ubuf_info = in vhost_net_set_ubuf_info() 296 kmalloc_objs(*n->vqs[i].ubuf_info, UIO_MAXIOV); in vhost_net_set_ubuf_info() 297 if (!n->vqs[i].ubuf_info) in vhost_net_set_ubuf_info() 391 struct ubuf_info *ubuf_base, bool success) in vhost_zerocopy_complete() 906 ubuf = nvq->ubuf_info + nvq->upend_idx; in handle_tx_zerocopy() 1363 n->vqs[i].ubuf_info = NULL; in vhost_net_open()
|
| /linux/include/linux/ |
| H A D | skbuff.h | 532 void (*complete)(struct sk_buff *, struct ubuf_info *, 535 int (*link_skb)(struct sk_buff *skb, struct ubuf_info *uarg); 546 struct ubuf_info { struct 553 struct ubuf_info ubuf; argument 574 #define skb_uarg(SKB) ((struct ubuf_info *)(skb_shinfo(SKB)->destructor_arg)) 1755 struct ubuf_info *msg_zerocopy_realloc(struct sock *sk, size_t size, 1756 struct ubuf_info *uarg, bool devmem); 1758 void msg_zerocopy_put_abort(struct ubuf_info *uarg, bool have_uref); 1779 struct ubuf_info *uarg, 1790 static inline struct ubuf_info *skb_zcopy(struct sk_buff *skb) in skb_zcopy() [all …]
|
| H A D | socket.h | 93 struct ubuf_info *msg_ubuf;
|
| /linux/tools/perf/trace/beauty/include/linux/ |
| H A D | socket.h | 93 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 | 1726 static struct ubuf_info *msg_zerocopy_alloc(struct sock *sk, size_t size, in msg_zerocopy_alloc() 1764 struct ubuf_info *msg_zerocopy_realloc(struct sock *sk, size_t size, in msg_zerocopy_realloc() 1765 struct ubuf_info *uarg, bool devmem) in msg_zerocopy_realloc() 1885 static void msg_zerocopy_complete(struct sk_buff *skb, struct ubuf_info *uarg, in msg_zerocopy_complete() 1896 void msg_zerocopy_put_abort(struct ubuf_info *uarg, bool have_uref) in msg_zerocopy_put_abort() 1915 struct ubuf_info *uarg, in skb_zerocopy_iter_stream() 1925 struct ubuf_info *orig_uarg = skb_zcopy(skb); in skb_zerocopy_iter_stream()
|
| /linux/drivers/net/ |
| H A D | tap.c | 670 struct ubuf_info *uarg = msg_control; in tap_get_user()
|
| H A D | tun.c | 1856 struct ubuf_info *uarg = msg_control; in tun_get_user()
|
| /linux/include/net/ |
| H A D | tcp.h | 373 size_t size, struct ubuf_info *uarg); 2084 struct ubuf_info *uarg;
|
| /linux/net/vmw_vsock/ |
| H A D | virtio_transport_common.c | 80 struct ubuf_info *uarg; in virtio_transport_init_zcopy_skb()
|
| /linux/net/ipv4/ |
| H A D | ip_output.c | 961 struct ubuf_info *uarg = NULL; in __ip_append_data()
|
| H A D | tcp.c | 1066 size_t size, struct ubuf_info *uarg) in tcp_sendmsg_fastopen() 1134 struct ubuf_info *uarg = NULL; in tcp_sendmsg_locked()
|
| /linux/net/ipv6/ |
| H A D | ip6_output.c | 1432 struct ubuf_info *uarg = NULL; in __ip6_append_data()
|