Searched refs:path_pending (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/iucv/
H A Diucv.h133 * The path_pending function is called after an iucv interrupt
136 * handler. To accept the path the path_pending function needs
139 * handler. The order in which the path_pending functions are
143 int (*path_pending)(struct iucv_path *, u8 ipvmid[8], u8 ipuser[16]); member in struct:iucv_handler
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/net/
H A Dsmsgiucv.c51 .path_pending = smsg_path_pending,
H A Dnetiucv.c154 .path_pending = netiucv_callback_connreq,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/iucv/
H A Diucv.c1243 if (!handler->path_pending)
1247 * inside the path_pending function. If the handler returns
1252 if (!handler->path_pending(path, ipp->ipvmid, ipp->ipuser))
H A Daf_iucv.c58 .path_pending = iucv_callback_connreq,

Completed in 61 milliseconds