Searched refs:ubuf_info (Results 1 – 15 of 15) sorted by relevance
/linux-6.6.21/io_uring/ |
D | notif.c | 27 static void io_tx_ubuf_callback(struct sk_buff *skb, struct ubuf_info *uarg, in io_tx_ubuf_callback() 37 static void io_tx_ubuf_callback_ext(struct sk_buff *skb, struct ubuf_info *uarg, in io_tx_ubuf_callback_ext()
|
D | notif.h | 15 struct ubuf_info uarg;
|
/linux-6.6.21/include/linux/ |
D | skbuff.h | 533 struct ubuf_info { struct 534 void (*callback)(struct sk_buff *, struct ubuf_info *, argument 541 struct ubuf_info ubuf; argument 562 #define skb_uarg(SKB) ((struct ubuf_info *)(skb_shinfo(SKB)->destructor_arg)) 1638 struct ubuf_info *msg_zerocopy_realloc(struct sock *sk, size_t size, 1639 struct ubuf_info *uarg); 1641 void msg_zerocopy_put_abort(struct ubuf_info *uarg, bool have_uref); 1643 void msg_zerocopy_callback(struct sk_buff *skb, struct ubuf_info *uarg, 1658 struct ubuf_info *uarg); 1668 static inline struct ubuf_info *skb_zcopy(struct sk_buff *skb) in skb_zcopy() [all …]
|
D | socket.h | 77 struct ubuf_info *msg_ubuf;
|
/linux-6.6.21/drivers/vhost/ |
D | net.c | 122 struct ubuf_info_msgzc *ubuf_info; member 275 kfree(n->vqs[i].ubuf_info); in vhost_net_clear_ubuf_info() 276 n->vqs[i].ubuf_info = NULL; in vhost_net_clear_ubuf_info() 289 n->vqs[i].ubuf_info = in vhost_net_set_ubuf_info() 291 sizeof(*n->vqs[i].ubuf_info), in vhost_net_set_ubuf_info() 293 if (!n->vqs[i].ubuf_info) in vhost_net_set_ubuf_info() 386 struct ubuf_info *ubuf_base, bool success) in vhost_zerocopy_callback() 909 ubuf = nvq->ubuf_info + nvq->upend_idx; in handle_tx_zerocopy() 1336 n->vqs[i].ubuf_info = NULL; in vhost_net_open()
|
/linux-6.6.21/drivers/net/xen-netback/ |
D | common.h | 394 void xenvif_zerocopy_callback(struct sk_buff *skb, struct ubuf_info *ubuf,
|
D | netback.c | 1115 struct ubuf_info *uarg; in xenvif_handle_frag_list() 1281 void xenvif_zerocopy_callback(struct sk_buff *skb, struct ubuf_info *ubuf_base, in xenvif_zerocopy_callback()
|
/linux-6.6.21/tools/perf/trace/beauty/include/linux/ |
D | socket.h | 77 struct ubuf_info *msg_ubuf;
|
/linux-6.6.21/net/core/ |
D | skbuff.c | 1540 static struct ubuf_info *msg_zerocopy_alloc(struct sock *sk, size_t size) in msg_zerocopy_alloc() 1577 struct ubuf_info *msg_zerocopy_realloc(struct sock *sk, size_t size, in msg_zerocopy_realloc() 1578 struct ubuf_info *uarg) in msg_zerocopy_realloc() 1697 void msg_zerocopy_callback(struct sk_buff *skb, struct ubuf_info *uarg, in msg_zerocopy_callback() 1709 void msg_zerocopy_put_abort(struct ubuf_info *uarg, bool have_uref) in msg_zerocopy_put_abort() 1723 struct ubuf_info *uarg) in skb_zerocopy_iter_stream() 1725 struct ubuf_info *orig_uarg = skb_zcopy(skb); in skb_zerocopy_iter_stream()
|
/linux-6.6.21/include/net/ |
D | tcp.h | 331 size_t size, struct ubuf_info *uarg); 1800 struct ubuf_info *uarg;
|
/linux-6.6.21/drivers/net/ |
D | tap.c | 756 struct ubuf_info *uarg = msg_control; in tap_get_user()
|
D | tun.c | 1915 struct ubuf_info *uarg = msg_control; in tun_get_user()
|
/linux-6.6.21/net/ipv4/ |
D | ip_output.c | 960 struct ubuf_info *uarg = NULL; in __ip_append_data()
|
D | tcp.c | 992 size_t size, struct ubuf_info *uarg) in tcp_sendmsg_fastopen() 1041 struct ubuf_info *uarg = NULL; in tcp_sendmsg_locked()
|
/linux-6.6.21/net/ipv6/ |
D | ip6_output.c | 1483 struct ubuf_info *uarg = NULL; in __ip6_append_data()
|