Home
last modified time | relevance | path

Searched refs:ubuf_info (Results 1 – 15 of 15) sorted by relevance

/linux/io_uring/
H A Dnotif.h15 struct ubuf_info uarg;
27 void io_tx_ubuf_complete(struct sk_buff *skb, struct ubuf_info *uarg,
H A Dnotif.c43 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 Dnet.c126 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 Dskbuff.h532 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 Dsocket.h93 struct ubuf_info *msg_ubuf;
/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h93 struct ubuf_info *msg_ubuf;
/linux/drivers/net/xen-netback/
H A Dnetback.c1117 struct ubuf_info *uarg; in xenvif_handle_frag_list()
1284 struct ubuf_info *ubuf_base, in xenvif_zerocopy_callback()
/linux/net/core/
H A Dskbuff.c1726 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 Dtap.c670 struct ubuf_info *uarg = msg_control; in tap_get_user()
H A Dtun.c1856 struct ubuf_info *uarg = msg_control; in tun_get_user()
/linux/include/net/
H A Dtcp.h373 size_t size, struct ubuf_info *uarg);
2084 struct ubuf_info *uarg;
/linux/net/vmw_vsock/
H A Dvirtio_transport_common.c80 struct ubuf_info *uarg; in virtio_transport_init_zcopy_skb()
/linux/net/ipv4/
H A Dip_output.c961 struct ubuf_info *uarg = NULL; in __ip_append_data()
H A Dtcp.c1066 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 Dip6_output.c1432 struct ubuf_info *uarg = NULL; in __ip6_append_data()