Searched refs:handshake_complete (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-6.6/net/handshake/ |
H A D | netlink.c | 131 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 D | handshake.h | 89 void handshake_complete(struct handshake_req *req, unsigned int status,
|
H A D | request.c | 286 void handshake_complete(struct handshake_req *req, unsigned int status, in handshake_complete() function 300 EXPORT_SYMBOL_IF_KUNIT(handshake_complete); variable
|
H A D | handshake-test.c | 422 handshake_complete(next, -ETIMEDOUT, NULL); in handshake_req_cancel_test3()
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | handshake.h | 242 TRACE_EVENT(handshake_complete,
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | viohs.c | 670 vio->ops->handshake_complete(vio); in vio_control_pkt_engine() 836 !ops->handshake_complete) in vio_driver_init()
|
H A D | ldc.c | 840 handshake_complete: in ldc_rx() 901 goto handshake_complete; in ldc_rx()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | viohs.c | 668 vio->ops->handshake_complete(vio); in vio_control_pkt_engine() 834 !ops->handshake_complete) in vio_driver_init()
|
H A D | ldc.c | 840 handshake_complete: in ldc_rx() 901 goto handshake_complete; in ldc_rx()
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | vio.h | 381 void (*handshake_complete)(struct vio_driver_state *vio); member
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | vio.h | 381 void (*handshake_complete)(struct vio_driver_state *vio); member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | ldmvsw.c | 273 .handshake_complete = sunvnet_handshake_complete_common,
|
H A D | sunvnet.c | 418 .handshake_complete = sunvnet_handshake_complete_common,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/ |
H A D | sunvnet.c | 420 .handshake_complete = sunvnet_handshake_complete_common,
|
H A D | ldmvsw.c | 269 .handshake_complete = sunvnet_handshake_complete_common,
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | sunvdc.c | 916 .handshake_complete = vdc_handshake_complete,
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | sunvdc.c | 904 .handshake_complete = vdc_handshake_complete,
|
Completed in 19 milliseconds