Searched refs:uarg_to_msgzc (Results 1 – 8 of 8) sorted by relevance
1786 uarg_zc = uarg_to_msgzc(uarg); in msg_zerocopy_realloc()1890 struct ubuf_info_msgzc *uarg_zc = uarg_to_msgzc(uarg); in msg_zerocopy_complete()1900 struct sock *sk = skb_from_uarg(uarg_to_msgzc(uarg))->sk; in msg_zerocopy_put_abort()1903 uarg_to_msgzc(uarg)->len--; in msg_zerocopy_put_abort()
1289 struct ubuf_info_msgzc *ubuf = uarg_to_msgzc(ubuf_base); in xenvif_zerocopy_callback()
1037 uarg_to_msgzc(uarg)->zerocopy = 0; in __ip_append_data()
1156 uarg_to_msgzc(uarg)->zerocopy = 0; in tcp_sendmsg_locked()
357 uarg_to_msgzc(uarg)->zerocopy = 0; in virtio_transport_send_pkt_info()
411 ubuf = uarg_to_msgzc(ubuf_base); in vhost_zerocopy_complete()
1573 uarg_to_msgzc(uarg)->zerocopy = 0; in __ip6_append_data()
575 #define uarg_to_msgzc(ubuf_ptr) container_of((ubuf_ptr), struct ubuf_info_msgzc, \ macro