Home
last modified time | relevance | path

Searched refs:uarg_to_msgzc (Results 1 – 8 of 8) sorted by relevance

/linux-6.14.4/net/core/
Dskbuff.c1664 uarg_zc = uarg_to_msgzc(uarg); in msg_zerocopy_realloc()
1767 struct ubuf_info_msgzc *uarg_zc = uarg_to_msgzc(uarg); in msg_zerocopy_complete()
1777 struct sock *sk = skb_from_uarg(uarg_to_msgzc(uarg))->sk; in msg_zerocopy_put_abort()
1780 uarg_to_msgzc(uarg)->len--; in msg_zerocopy_put_abort()
/linux-6.14.4/drivers/net/xen-netback/
Dnetback.c1288 struct ubuf_info_msgzc *ubuf = uarg_to_msgzc(ubuf_base); in xenvif_zerocopy_callback()
/linux-6.14.4/net/vmw_vsock/
Dvirtio_transport_common.c94 uarg_zc = uarg_to_msgzc(uarg); in virtio_transport_init_zcopy_skb()
/linux-6.14.4/drivers/vhost/
Dnet.c386 struct ubuf_info_msgzc *ubuf = uarg_to_msgzc(ubuf_base); in vhost_zerocopy_complete()
/linux-6.14.4/net/ipv4/
Dip_output.c1027 uarg_to_msgzc(uarg)->zerocopy = 0; in __ip_append_data()
Dtcp.c1081 uarg_to_msgzc(uarg)->zerocopy = 0; in tcp_sendmsg_locked()
/linux-6.14.4/net/ipv6/
Dip6_output.c1535 uarg_to_msgzc(uarg)->zerocopy = 0; in __ip6_append_data()
/linux-6.14.4/include/linux/
Dskbuff.h573 #define uarg_to_msgzc(ubuf_ptr) container_of((ubuf_ptr), struct ubuf_info_msgzc, \ macro