Searched refs:vvs (Results 1 – 3 of 3) sorted by relevance
214 vvs = vsk->trans; in virtio_transport_send_pkt_info()243 if (vvs->rx_bytes + pkt->len > vvs->buf_alloc) in virtio_transport_inc_rx_pkt()260 vvs->last_fwd_cnt = vvs->fwd_cnt; in virtio_transport_inc_tx_pkt()272 ret = vvs->peer_buf_alloc - (vvs->tx_cnt - vvs->peer_fwd_cnt); in virtio_transport_get_credit()389 free_space = vvs->buf_alloc - (vvs->fwd_cnt - vvs->last_fwd_cnt); in virtio_transport_stream_do_dequeue()568 bytes = vvs->peer_buf_alloc - (vvs->tx_cnt - vvs->peer_fwd_cnt); in virtio_transport_has_space()593 vvs = kzalloc(sizeof(*vvs), GFP_KERNEL); in virtio_transport_do_socket_init()594 if (!vvs) in virtio_transport_do_socket_init()598 vvs->vsk = vsk; in virtio_transport_do_socket_init()807 kfree(vvs); in virtio_transport_destruct()[all …]
154 void virtio_transport_inc_tx_pkt(struct virtio_vsock_sock *vvs, struct virtio_vsock_pkt *pkt);155 u32 virtio_transport_get_credit(struct virtio_vsock_sock *vvs, u32 wanted);156 void virtio_transport_put_credit(struct virtio_vsock_sock *vvs, u32 credit);
29 > From: Vasily Averin [mailto:vvs@sw.ru]
Completed in 8 milliseconds