Home
last modified time | relevance | path

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

/linux/net/handshake/
H A 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()
H A Dhandshake.h89 void handshake_complete(struct handshake_req *req, unsigned int status,
H A Dhandshake-test.c422 handshake_complete(next, -ETIMEDOUT, NULL); in handshake_req_cancel_test3()
/linux/arch/sparc/kernel/
H A Dviohs.c668 vio->ops->handshake_complete(vio); in vio_control_pkt_engine()
834 !ops->handshake_complete) in vio_driver_init()
H A Dldc.c840 handshake_complete: in ldc_rx()
901 goto handshake_complete; in ldc_rx()
/linux/include/trace/events/
H A Dhandshake.h242 TRACE_EVENT(handshake_complete,
/linux/drivers/net/ethernet/sun/
H A Dldmvsw.c269 .handshake_complete = sunvnet_handshake_complete_common,
H A Dsunvnet.c406 .handshake_complete = sunvnet_handshake_complete_common,
/linux/arch/sparc/include/asm/
H A Dvio.h381 void (*handshake_complete)(struct vio_driver_state *vio); member
/linux/drivers/block/
H A Dsunvdc.c905 .handshake_complete = vdc_handshake_complete,