Searched refs:virtio_vsock_sock (Results 1 – 2 of 2) sorted by relevance
194 struct virtio_vsock_sock *vvs; in virtio_transport_send_pkt_info()305 struct virtio_vsock_sock *vvs = vsk->trans; in virtio_transport_stream_do_peek()354 struct virtio_vsock_sock *vvs = vsk->trans; in virtio_transport_stream_do_dequeue()416 struct virtio_vsock_sock *vvs = vsk->trans; in virtio_transport_seqpacket_do_dequeue()513 struct virtio_vsock_sock *vvs = vsk->trans; in virtio_transport_seqpacket_enqueue()539 struct virtio_vsock_sock *vvs = vsk->trans; in virtio_transport_stream_has_data()552 struct virtio_vsock_sock *vvs = vsk->trans; in virtio_transport_seqpacket_has_data()565 struct virtio_vsock_sock *vvs = vsk->trans; in virtio_transport_has_space()577 struct virtio_vsock_sock *vvs = vsk->trans; in virtio_transport_stream_has_space()591 struct virtio_vsock_sock *vvs; in virtio_transport_do_socket_init()[all …]
22 struct virtio_vsock_sock { struct154 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);
Completed in 8 milliseconds