Searched defs:vsock (Results 1 – 7 of 7) sorted by relevance
| /kernel/linux/linux-4.19/net/vmw_vsock/ |
| D | virtio_transport.c | 74 struct virtio_vsock *vsock; in virtio_transport_get_local_cid() local 90 static int virtio_transport_send_pkt_loopback(struct virtio_vsock *vsock, in virtio_transport_send_pkt_loopback() 107 struct virtio_vsock *vsock = in virtio_transport_send_pkt_work() local 186 struct virtio_vsock *vsock; in virtio_transport_send_pkt() local 219 struct virtio_vsock *vsock; in virtio_transport_cancel_pkt() local 263 static void virtio_vsock_rx_fill(struct virtio_vsock *vsock) in virtio_vsock_rx_fill() 305 struct virtio_vsock *vsock = in virtio_transport_tx_work() local 335 static bool virtio_transport_more_replies(struct virtio_vsock *vsock) in virtio_transport_more_replies() 347 static int virtio_vsock_event_fill_one(struct virtio_vsock *vsock, in virtio_vsock_event_fill_one() 361 static void virtio_vsock_event_fill(struct virtio_vsock *vsock) in virtio_vsock_event_fill() [all …]
|
| D | vmci_transport.c | 531 static bool vmci_transport_is_trusted(struct vsock_sock *vsock, u32 peer_cid) in vmci_transport_is_trusted() 541 static bool vmci_transport_allow_dgram(struct vsock_sock *vsock, u32 peer_cid) in vmci_transport_allow_dgram()
|
| /kernel/linux/linux-5.10/net/vmw_vsock/ |
| D | virtio_transport.c | 69 struct virtio_vsock *vsock; in virtio_transport_get_local_cid() local 88 struct virtio_vsock *vsock = in virtio_transport_send_pkt_work() local 167 struct virtio_vsock *vsock; in virtio_transport_send_pkt() local 201 struct virtio_vsock *vsock; in virtio_transport_cancel_pkt() local 245 static void virtio_vsock_rx_fill(struct virtio_vsock *vsock) in virtio_vsock_rx_fill() 288 struct virtio_vsock *vsock = in virtio_transport_tx_work() local 318 static bool virtio_transport_more_replies(struct virtio_vsock *vsock) in virtio_transport_more_replies() 330 static int virtio_vsock_event_fill_one(struct virtio_vsock *vsock, in virtio_vsock_event_fill_one() 344 static void virtio_vsock_event_fill(struct virtio_vsock *vsock) in virtio_vsock_event_fill() 369 static void virtio_vsock_update_guest_cid(struct virtio_vsock *vsock) in virtio_vsock_update_guest_cid() [all …]
|
| D | vsock_loopback.c | 32 struct vsock_loopback *vsock = &the_vsock_loopback; in vsock_loopback_send_pkt() local 46 struct vsock_loopback *vsock = &the_vsock_loopback; in vsock_loopback_cancel_pkt() local 110 struct vsock_loopback *vsock = in vsock_loopback_work() local 131 struct vsock_loopback *vsock = &the_vsock_loopback; in vsock_loopback_init() local 156 struct vsock_loopback *vsock = &the_vsock_loopback; in vsock_loopback_exit() local
|
| D | vmci_transport.c | 515 static bool vmci_transport_is_trusted(struct vsock_sock *vsock, u32 peer_cid) in vmci_transport_is_trusted() 525 static bool vmci_transport_allow_dgram(struct vsock_sock *vsock, u32 peer_cid) in vmci_transport_allow_dgram()
|
| /kernel/linux/linux-4.19/drivers/vhost/ |
| D | vsock.c | 67 struct vhost_vsock *vsock; in vhost_vsock_get() local 85 vhost_transport_do_send_pkt(struct vhost_vsock *vsock, in vhost_transport_do_send_pkt() 232 struct vhost_vsock *vsock; in vhost_transport_send_pkt_work() local 243 struct vhost_vsock *vsock; in vhost_transport_send_pkt() local 272 struct vhost_vsock *vsock; in vhost_transport_cancel_pkt() local 375 static bool vhost_vsock_more_replies(struct vhost_vsock *vsock) in vhost_vsock_more_replies() 436 struct vhost_vsock *vsock = container_of(vq->dev, struct vhost_vsock, in vhost_vsock_handle_tx_kick() local 510 struct vhost_vsock *vsock = container_of(vq->dev, struct vhost_vsock, in vhost_vsock_handle_rx_kick() local 516 static int vhost_vsock_start(struct vhost_vsock *vsock) in vhost_vsock_start() 572 static int vhost_vsock_stop(struct vhost_vsock *vsock) in vhost_vsock_stop() [all …]
|
| /kernel/linux/linux-5.10/drivers/vhost/ |
| D | vsock.c | 66 struct vhost_vsock *vsock; in vhost_vsock_get() local 84 vhost_transport_do_send_pkt(struct vhost_vsock *vsock, in vhost_transport_do_send_pkt() 237 struct vhost_vsock *vsock; in vhost_transport_send_pkt_work() local 248 struct vhost_vsock *vsock; in vhost_transport_send_pkt() local 277 struct vhost_vsock *vsock; in vhost_transport_cancel_pkt() local 382 static bool vhost_vsock_more_replies(struct vhost_vsock *vsock) in vhost_vsock_more_replies() 440 struct vhost_vsock *vsock = container_of(vq->dev, struct vhost_vsock, in vhost_vsock_handle_tx_kick() local 514 struct vhost_vsock *vsock = container_of(vq->dev, struct vhost_vsock, in vhost_vsock_handle_rx_kick() local 520 static int vhost_vsock_start(struct vhost_vsock *vsock) in vhost_vsock_start() 576 static int vhost_vsock_stop(struct vhost_vsock *vsock) in vhost_vsock_stop() [all …]
|