Searched refs:virtio_vsock_sock (Results 1 – 2 of 2) sorted by relevance
207 struct virtio_vsock_sock *vvs; in virtio_transport_send_pkt_info()282 static bool virtio_transport_inc_rx_pkt(struct virtio_vsock_sock *vvs, in virtio_transport_inc_rx_pkt()292 static void virtio_transport_dec_rx_pkt(struct virtio_vsock_sock *vvs, in virtio_transport_dec_rx_pkt()299 void virtio_transport_inc_tx_pkt(struct virtio_vsock_sock *vvs, struct sk_buff *skb) in virtio_transport_inc_tx_pkt()311 u32 virtio_transport_get_credit(struct virtio_vsock_sock *vvs, u32 credit) in virtio_transport_get_credit()329 void virtio_transport_put_credit(struct virtio_vsock_sock *vvs, u32 credit) in virtio_transport_put_credit()355 struct virtio_vsock_sock *vvs = vsk->trans; in virtio_transport_stream_do_peek()401 struct virtio_vsock_sock *vvs = vsk->trans; in virtio_transport_stream_do_dequeue()479 struct virtio_vsock_sock *vvs = vsk->trans; in virtio_transport_seqpacket_do_peek()536 struct virtio_vsock_sock *vvs = vsk->trans; in virtio_transport_seqpacket_do_dequeue()[all …]
125 struct virtio_vsock_sock { struct243 void virtio_transport_inc_tx_pkt(struct virtio_vsock_sock *vvs, struct sk_buff *skb);244 u32 virtio_transport_get_credit(struct virtio_vsock_sock *vvs, u32 wanted);245 void virtio_transport_put_credit(struct virtio_vsock_sock *vvs, u32 credit);