Home
last modified time | relevance | path

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

/linux/include/net/
H A Daf_vsock.h117 int (*cancel_pkt)(struct vsock_sock *vsk); member
/linux/net/vmw_vsock/
H A Dvirtio_transport.c561 .cancel_pkt = virtio_transport_cancel_pkt,
H A Daf_vsock.c1608 if (!transport || !transport->cancel_pkt) in vsock_transport_cancel_pkt()
1611 return transport->cancel_pkt(vsk); in vsock_transport_cancel_pkt()
/linux/drivers/vhost/
H A Dvsock.c433 .cancel_pkt = vhost_transport_cancel_pkt,