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.h114 int (*cancel_pkt)(struct vsock_sock *vsk); member
/linux/net/vmw_vsock/
H A Dvirtio_transport.c569 .cancel_pkt = virtio_transport_cancel_pkt,
H A Daf_vsock.c1676 if (!transport || !transport->cancel_pkt) in vsock_transport_cancel_pkt()
1679 return transport->cancel_pkt(vsk); in vsock_transport_cancel_pkt()
/linux/drivers/vhost/
H A Dvsock.c462 .cancel_pkt = vhost_transport_cancel_pkt,