Home
last modified time | relevance | path

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

/linux/net/vmw_vsock/ !
H A Dvsock_loopback.c74 .cancel_pkt = vsock_loopback_cancel_pkt,
H A Dvirtio_transport.c568 .cancel_pkt = virtio_transport_cancel_pkt,
H A Daf_vsock.c1622 if (!transport || !transport->cancel_pkt) in vsock_connect_timeout()
1625 return transport->cancel_pkt(vsk); in vsock_connect_timeout()
/linux/include/net/ !
H A Daf_vsock.h117 int (*cancel_pkt)(struct vsock_sock *vsk); member