Home
last modified time | relevance | path

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

/linux-6.6.21/io_uring/
Dnotif.c27 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()
Dnotif.h15 struct ubuf_info uarg;
/linux-6.6.21/include/linux/
Dskbuff.h533 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 …]
Dsocket.h77 struct ubuf_info *msg_ubuf;
/linux-6.6.21/drivers/vhost/
Dnet.c122 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/
Dcommon.h394 void xenvif_zerocopy_callback(struct sk_buff *skb, struct ubuf_info *ubuf,
Dnetback.c1115 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/
Dsocket.h77 struct ubuf_info *msg_ubuf;
/linux-6.6.21/net/core/
Dskbuff.c1540 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/
Dtcp.h331 size_t size, struct ubuf_info *uarg);
1800 struct ubuf_info *uarg;
/linux-6.6.21/drivers/net/
Dtap.c756 struct ubuf_info *uarg = msg_control; in tap_get_user()
Dtun.c1915 struct ubuf_info *uarg = msg_control; in tun_get_user()
/linux-6.6.21/net/ipv4/
Dip_output.c960 struct ubuf_info *uarg = NULL; in __ip_append_data()
Dtcp.c992 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/
Dip6_output.c1483 struct ubuf_info *uarg = NULL; in __ip6_append_data()