Home
last modified time | relevance | path

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

/linux/net/core/
H A Dskbuff.c1754 uarg_zc = uarg_to_msgzc(uarg); in msg_zerocopy_realloc()
1857 struct ubuf_info_msgzc *uarg_zc = uarg_to_msgzc(uarg); in msg_zerocopy_complete()
1867 struct sock *sk = skb_from_uarg(uarg_to_msgzc(uarg))->sk; in msg_zerocopy_put_abort()
1870 uarg_to_msgzc(uarg)->len--; in msg_zerocopy_put_abort()
/linux/drivers/net/xen-netback/
H A Dnetback.c1288 struct ubuf_info_msgzc *ubuf = uarg_to_msgzc(ubuf_base); in xenvif_zerocopy_callback()
/linux/net/vmw_vsock/
H A Dvirtio_transport_common.c91 uarg_zc = uarg_to_msgzc(uarg); in virtio_transport_init_zcopy_skb()
/linux/net/ipv4/
H A Dip_output.c1035 uarg_to_msgzc(uarg)->zerocopy = 0; in __ip_append_data()
H A Dtcp.c1081 uarg_to_msgzc(uarg)->zerocopy = 0; in tcp_sendmsg_locked()
/linux/net/ipv6/
H A Dip6_output.c1534 uarg_to_msgzc(uarg)->zerocopy = 0; in __ip6_append_data()
/linux/include/linux/
H A Dskbuff.h573 #define uarg_to_msgzc(ubuf_ptr) container_of((ubuf_ptr), struct ubuf_info_msgzc, \ macro