Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dvsock.c130 virtio_vsock_skb_queue_head(&vsock->send_pkt_queue, skb); in vhost_transport_do_send_pkt()
135 virtio_vsock_skb_queue_head(&vsock->send_pkt_queue, skb); in vhost_transport_do_send_pkt()
233 virtio_vsock_skb_queue_head(&vsock->send_pkt_queue, skb); in vhost_transport_do_send_pkt()
/linux/include/linux/
H A Dvirtio_vsock.h95 virtio_vsock_skb_queue_head(struct sk_buff_head *list, struct sk_buff *skb) in virtio_vsock_skb_queue_head() function