Searched refs:vvs (Results 1 – 1 of 1) sorted by relevance
444 if (vvs->buf_used + len > vvs->buf_alloc) in virtio_transport_inc_rx_pkt()465 vvs->last_fwd_cnt = vvs->fwd_cnt; in virtio_transport_inc_tx_pkt()500 ret = vvs->peer_buf_alloc - (vvs->tx_cnt - vvs->peer_fwd_cnt); in virtio_transport_get_credit()595 if (WARN_ONCE(skb_queue_empty(&vvs->rx_queue) && vvs->rx_bytes, in virtio_transport_stream_do_dequeue()635 fwd_cnt_delta = vvs->fwd_cnt - vvs->last_fwd_cnt; in virtio_transport_stream_do_dequeue()883 bytes = (s64)vvs->peer_buf_alloc - (vvs->tx_cnt - vvs->peer_fwd_cnt); in virtio_transport_has_space()908 vvs = kzalloc(sizeof(*vvs), GFP_KERNEL); in virtio_transport_do_socket_init()909 if (!vvs) in virtio_transport_do_socket_init()1121 kfree(vvs); in virtio_transport_destruct()1484 if (!vvs) in virtio_transport_space_update()[all …]
Completed in 11 milliseconds