Searched refs:cancel_pkt (Results 1 – 4 of 4) sorted by relevance
98 int (*cancel_pkt)(struct vsock_sock *vsk); member
552 .cancel_pkt = virtio_transport_cancel_pkt,
1092 if (!transport->cancel_pkt) in vsock_transport_cancel_pkt()1095 return transport->cancel_pkt(vsk); in vsock_transport_cancel_pkt()
798 .cancel_pkt = vhost_transport_cancel_pkt,