Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vhost/
H A 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()
/openbmc/linux/include/linux/
H A Dvirtio_vsock.h75 virtio_vsock_skb_queue_head(struct sk_buff_head *list, struct sk_buff *skb) in virtio_vsock_skb_queue_head() function
/openbmc/linux/net/vmw_vsock/
H A Dvirtio_transport.c126 virtio_vsock_skb_queue_head(&vsock->send_pkt_queue, skb); in virtio_transport_send_pkt_work()