Home
last modified time | relevance | path

Searched refs:handshake_complete (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.6/net/handshake/
Dnetlink.c131 handshake_complete(req, -EIO, NULL); in handshake_nl_accept_doit()
166 handshake_complete(req, status, info); in handshake_nl_done_doit()
220 handshake_complete(req, -ETIMEDOUT, NULL); in handshake_net_exit()
Drequest.c286 void handshake_complete(struct handshake_req *req, unsigned int status, in handshake_complete() function
300 EXPORT_SYMBOL_IF_KUNIT(handshake_complete);
Dhandshake.h89 void handshake_complete(struct handshake_req *req, unsigned int status,
Dhandshake-test.c422 handshake_complete(next, -ETIMEDOUT, NULL); in handshake_req_cancel_test3()
/Linux-v6.6/include/trace/events/
Dhandshake.h242 TRACE_EVENT(handshake_complete,
/Linux-v6.6/arch/sparc/kernel/
Dviohs.c668 vio->ops->handshake_complete(vio); in vio_control_pkt_engine()
834 !ops->handshake_complete) in vio_driver_init()
Dldc.c840 handshake_complete: in ldc_rx()
901 goto handshake_complete; in ldc_rx()
/Linux-v6.6/arch/sparc/include/asm/
Dvio.h381 void (*handshake_complete)(struct vio_driver_state *vio); member
/Linux-v6.6/drivers/net/ethernet/sun/
Dldmvsw.c269 .handshake_complete = sunvnet_handshake_complete_common,
Dsunvnet.c420 .handshake_complete = sunvnet_handshake_complete_common,
/Linux-v6.6/drivers/block/
Dsunvdc.c904 .handshake_complete = vdc_handshake_complete,