Home
last modified time | relevance | path

Searched refs:ubuf_info (Results 1 – 11 of 11) 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,
/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 …]
/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.c1716 static struct ubuf_info *msg_zerocopy_alloc(struct sock *sk, size_t size, in msg_zerocopy_alloc()
1754 struct ubuf_info *msg_zerocopy_realloc(struct sock *sk, size_t size, in msg_zerocopy_realloc()
1755 struct ubuf_info *uarg, bool devmem) in msg_zerocopy_realloc()
1875 static void msg_zerocopy_complete(struct sk_buff *skb, struct ubuf_info *uarg, in msg_zerocopy_complete()
1886 void msg_zerocopy_put_abort(struct ubuf_info *uarg, bool have_uref) in msg_zerocopy_put_abort()
1905 struct ubuf_info *uarg, in skb_zerocopy_iter_stream()
1915 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()
/linux/include/net/
H A Dtcp.h372 size_t size, struct ubuf_info *uarg);
2131 struct ubuf_info *uarg;
/linux/net/vmw_vsock/
H A Dvirtio_transport_common.c79 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.c1056 size_t size, struct ubuf_info *uarg) in tcp_sendmsg_fastopen()
1124 struct ubuf_info *uarg = NULL; in tcp_sendmsg_locked()
/linux/net/ipv6/
H A Dip6_output.c1464 struct ubuf_info *uarg = NULL; in __ip6_append_data()