Searched refs:ubuf_info (Results 1 – 15 of 15) sorted by relevance
/linux-6.12.1/io_uring/ |
D | notif.h | 15 struct ubuf_info uarg; 27 void io_tx_ubuf_complete(struct sk_buff *skb, struct ubuf_info *uarg,
|
D | notif.c | 36 void io_tx_ubuf_complete(struct sk_buff *skb, struct ubuf_info *uarg, in io_tx_ubuf_complete() 63 static int io_link_skb(struct sk_buff *skb, struct ubuf_info *uarg) in io_link_skb() 67 struct ubuf_info *prev_uarg = skb_zcopy(skb); in io_link_skb()
|
/linux-6.12.1/drivers/vhost/ |
D | net.c | 122 struct ubuf_info_msgzc *ubuf_info; member 273 kfree(n->vqs[i].ubuf_info); in vhost_net_clear_ubuf_info() 274 n->vqs[i].ubuf_info = NULL; in vhost_net_clear_ubuf_info() 287 n->vqs[i].ubuf_info = in vhost_net_set_ubuf_info() 289 sizeof(*n->vqs[i].ubuf_info), in vhost_net_set_ubuf_info() 291 if (!n->vqs[i].ubuf_info) in vhost_net_set_ubuf_info() 384 struct ubuf_info *ubuf_base, bool success) in vhost_zerocopy_complete() 881 ubuf = nvq->ubuf_info + nvq->upend_idx; in handle_tx_zerocopy() 1308 n->vqs[i].ubuf_info = NULL; in vhost_net_open()
|
/linux-6.12.1/include/linux/ |
D | skbuff.h | 529 void (*complete)(struct sk_buff *, struct ubuf_info *, 532 int (*link_skb)(struct sk_buff *skb, struct ubuf_info *uarg); 543 struct ubuf_info { struct 550 struct ubuf_info ubuf; argument 571 #define skb_uarg(SKB) ((struct ubuf_info *)(skb_shinfo(SKB)->destructor_arg)) 1700 struct ubuf_info *msg_zerocopy_realloc(struct sock *sk, size_t size, 1701 struct ubuf_info *uarg); 1703 void msg_zerocopy_put_abort(struct ubuf_info *uarg, bool have_uref); 1720 struct ubuf_info *uarg); 1730 static inline struct ubuf_info *skb_zcopy(struct sk_buff *skb) in skb_zcopy() [all …]
|
D | socket.h | 78 struct ubuf_info *msg_ubuf;
|
/linux-6.12.1/tools/perf/trace/beauty/include/linux/ |
D | socket.h | 78 struct ubuf_info *msg_ubuf;
|
/linux-6.12.1/drivers/net/xen-netback/ |
D | netback.c | 1116 struct ubuf_info *uarg; in xenvif_handle_frag_list() 1283 struct ubuf_info *ubuf_base, in xenvif_zerocopy_callback()
|
/linux-6.12.1/net/core/ |
D | skbuff.c | 1697 static struct ubuf_info *msg_zerocopy_alloc(struct sock *sk, size_t size) in msg_zerocopy_alloc() 1734 struct ubuf_info *msg_zerocopy_realloc(struct sock *sk, size_t size, in msg_zerocopy_realloc() 1735 struct ubuf_info *uarg) in msg_zerocopy_realloc() 1854 static void msg_zerocopy_complete(struct sk_buff *skb, struct ubuf_info *uarg, in msg_zerocopy_complete() 1865 void msg_zerocopy_put_abort(struct ubuf_info *uarg, bool have_uref) in msg_zerocopy_put_abort() 1884 struct ubuf_info *uarg) in skb_zerocopy_iter_stream() 1893 struct ubuf_info *orig_uarg = skb_zcopy(skb); in skb_zerocopy_iter_stream()
|
/linux-6.12.1/include/net/ |
D | tcp.h | 334 size_t size, struct ubuf_info *uarg); 1906 struct ubuf_info *uarg;
|
/linux-6.12.1/drivers/net/ |
D | tap.c | 756 struct ubuf_info *uarg = msg_control; in tap_get_user()
|
D | tun.c | 1913 struct ubuf_info *uarg = msg_control; in tun_get_user()
|
/linux-6.12.1/net/vmw_vsock/ |
D | virtio_transport_common.c | 76 struct ubuf_info *uarg; in virtio_transport_init_zcopy_skb()
|
/linux-6.12.1/net/ipv4/ |
D | ip_output.c | 963 struct ubuf_info *uarg = NULL; in __ip_append_data()
|
D | tcp.c | 1005 size_t size, struct ubuf_info *uarg) in tcp_sendmsg_fastopen() 1054 struct ubuf_info *uarg = NULL; in tcp_sendmsg_locked()
|
/linux-6.12.1/net/ipv6/ |
D | ip6_output.c | 1426 struct ubuf_info *uarg = NULL; in __ip6_append_data()
|