Home
last modified time | relevance | path

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

/linux/net/vmw_vsock/
H A Dvirtio_transport_common.c31 static s64 virtio_transport_has_space(struct virtio_vsock_sock *vvs);
337 struct virtio_vsock_sock *vvs; in virtio_transport_send_pkt_info()
444 static bool virtio_transport_inc_rx_pkt(struct virtio_vsock_sock *vvs, in virtio_transport_inc_rx_pkt()
455 static void virtio_transport_dec_rx_pkt(struct virtio_vsock_sock *vvs, in virtio_transport_dec_rx_pkt()
463 void virtio_transport_inc_tx_pkt(struct virtio_vsock_sock *vvs, struct sk_buff *skb) in virtio_transport_inc_tx_pkt()
481 struct virtio_vsock_sock *vvs; in virtio_transport_consume_skb_sent()
495 u32 virtio_transport_get_credit(struct virtio_vsock_sock *vvs, u32 credit) in virtio_transport_get_credit()
512 void virtio_transport_put_credit(struct virtio_vsock_sock *vvs, u32 credit) in virtio_transport_put_credit()
539 struct virtio_vsock_sock *vvs = vsk->trans; in virtio_transport_stream_do_peek()
586 struct virtio_vsock_sock *vvs = vsk->trans; in virtio_transport_stream_do_dequeue()
[all …]
/linux/include/linux/
H A Dvirtio_vsock.h150 struct virtio_vsock_sock { struct
284 void virtio_transport_inc_tx_pkt(struct virtio_vsock_sock *vvs, struct sk_buff *skb);
285 u32 virtio_transport_get_credit(struct virtio_vsock_sock *vvs, u32 wanted);
286 void virtio_transport_put_credit(struct virtio_vsock_sock *vvs, u32 credit);