Home
last modified time | relevance | path

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

/linux/include/net/
H A Daf_vsock.h116 int (*cancel_pkt)(struct vsock_sock *vsk); member
/linux/drivers/vhost/
H A Dvsock.c423 .cancel_pkt = vhost_transport_cancel_pkt,
/linux/net/vmw_vsock/
H A Daf_vsock.c1503 if (!transport || !transport->cancel_pkt) in vsock_transport_cancel_pkt()
1506 return transport->cancel_pkt(vsk); in vsock_transport_cancel_pkt()