Home
last modified time | relevance | path

Searched refs:virtio_vsock_sock (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/net/vmw_vsock/
Dvirtio_transport_common.c202 struct virtio_vsock_sock *vvs; in virtio_transport_send_pkt_info()
277 static bool virtio_transport_inc_rx_pkt(struct virtio_vsock_sock *vvs, in virtio_transport_inc_rx_pkt()
287 static void virtio_transport_dec_rx_pkt(struct virtio_vsock_sock *vvs, in virtio_transport_dec_rx_pkt()
294 void virtio_transport_inc_tx_pkt(struct virtio_vsock_sock *vvs, struct sk_buff *skb) in virtio_transport_inc_tx_pkt()
306 u32 virtio_transport_get_credit(struct virtio_vsock_sock *vvs, u32 credit) in virtio_transport_get_credit()
324 void virtio_transport_put_credit(struct virtio_vsock_sock *vvs, u32 credit) in virtio_transport_put_credit()
350 struct virtio_vsock_sock *vvs = vsk->trans; in virtio_transport_stream_do_peek()
396 struct virtio_vsock_sock *vvs = vsk->trans; in virtio_transport_stream_do_dequeue()
467 struct virtio_vsock_sock *vvs = vsk->trans; in virtio_transport_seqpacket_do_peek()
524 struct virtio_vsock_sock *vvs = vsk->trans; in virtio_transport_seqpacket_do_dequeue()
[all …]
/Linux-v6.6/include/linux/
Dvirtio_vsock.h125 struct virtio_vsock_sock { struct
243 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);