Searched refs:cancel_pkt (Results 1 – 4 of 4) sorted by relevance
106 int (*cancel_pkt)(struct vsock_sock *vsk); member
509 .cancel_pkt = virtio_transport_cancel_pkt,
1111 if (!transport->cancel_pkt) in vsock_transport_cancel_pkt()1114 return transport->cancel_pkt(vsk); in vsock_transport_cancel_pkt()
736 .cancel_pkt = vhost_transport_cancel_pkt,