Home
last modified time | relevance | path

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

/net/vmw_vsock/
Dvirtio_transport.c45 struct list_head send_pkt_list; member
153 if (list_empty(&vsock->send_pkt_list)) { in virtio_transport_send_pkt_work()
158 pkt = list_first_entry(&vsock->send_pkt_list, in virtio_transport_send_pkt_work()
180 list_add(&pkt->list, &vsock->send_pkt_list); in virtio_transport_send_pkt_work()
232 list_add_tail(&pkt->list, &vsock->send_pkt_list); in virtio_transport_send_pkt()
258 list_for_each_entry_safe(pkt, n, &vsock->send_pkt_list, list) { in virtio_transport_cancel_pkt()
639 INIT_LIST_HEAD(&vsock->send_pkt_list); in virtio_vsock_probe()
719 while (!list_empty(&vsock->send_pkt_list)) { in virtio_vsock_remove()
720 pkt = list_first_entry(&vsock->send_pkt_list, in virtio_vsock_remove()