Home
last modified time | relevance | path

Searched refs:virtio_vsock_skb_queue_head (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/vhost/
Dvsock.c129 virtio_vsock_skb_queue_head(&vsock->send_pkt_queue, skb); in vhost_transport_do_send_pkt()
134 virtio_vsock_skb_queue_head(&vsock->send_pkt_queue, skb); in vhost_transport_do_send_pkt()
229 virtio_vsock_skb_queue_head(&vsock->send_pkt_queue, skb); in vhost_transport_do_send_pkt()
/Linux-v6.6/include/linux/
Dvirtio_vsock.h75 virtio_vsock_skb_queue_head(struct sk_buff_head *list, struct sk_buff *skb) in virtio_vsock_skb_queue_head() function
/Linux-v6.6/net/vmw_vsock/
Dvirtio_transport.c127 virtio_vsock_skb_queue_head(&vsock->send_pkt_queue, skb); in virtio_transport_send_pkt_work()