Home
last modified time | relevance | path

Searched defs:iucv_handler (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/net/iucv/
Diucv.h132 struct iucv_handler { struct
144 int (*path_pending)(struct iucv_path *, u8 *ipvmid, u8 *ipuser);
151 void (*path_complete)(struct iucv_path *, u8 *ipuser);
159 void (*path_severed)(struct iucv_path *, u8 *ipuser);
166 void (*path_quiesced)(struct iucv_path *, u8 *ipuser);
172 void (*path_resumed)(struct iucv_path *, u8 *ipuser);
201 int iucv_register(struct iucv_handler *handler, int smp); argument