Home
last modified time | relevance | path

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

/openbmc/linux/net/vmw_vsock/
H A Dvsock_loopback.c62 .cancel_pkt = vsock_loopback_cancel_pkt,
H A Dvirtio_transport.c430 .cancel_pkt = virtio_transport_cancel_pkt,
H A Daf_vsock.c1318 if (!transport || !transport->cancel_pkt) in vsock_transport_cancel_pkt()
1321 return transport->cancel_pkt(vsk); in vsock_transport_cancel_pkt()
/openbmc/linux/include/net/
H A Daf_vsock.h116 int (*cancel_pkt)(struct vsock_sock *vsk); member
/openbmc/linux/drivers/vhost/
H A Dvsock.c410 .cancel_pkt = vhost_transport_cancel_pkt,