Home
last modified time | relevance | path

Searched refs:virtio_vsock_skb_queue_purge (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/net/vmw_vsock/
Dvsock_loopback.c156 virtio_vsock_skb_queue_purge(&vsock->pkt_queue); in vsock_loopback_exit()
Dvirtio_transport.c628 virtio_vsock_skb_queue_purge(&vsock->send_pkt_queue); in virtio_vsock_vqs_del()
/Linux-v6.6/include/linux/
Dvirtio_vsock.h101 static inline void virtio_vsock_skb_queue_purge(struct sk_buff_head *list) in virtio_vsock_skb_queue_purge() function
/Linux-v6.6/drivers/vhost/
Dvsock.c737 virtio_vsock_skb_queue_purge(&vsock->send_pkt_queue); in vhost_vsock_dev_release()