Home
last modified time | relevance | path

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

/linux-6.14.4/include/net/iucv/
Diucv.h139 struct iucv_handler { struct
151 int (*path_pending)(struct iucv_path *, u8 *ipvmid, u8 *ipuser);
158 void (*path_complete)(struct iucv_path *, u8 *ipuser);
166 void (*path_severed)(struct iucv_path *, u8 *ipuser);
173 void (*path_quiesced)(struct iucv_path *, u8 *ipuser);
179 void (*path_resumed)(struct iucv_path *, u8 *ipuser);
208 int iucv_register(struct iucv_handler *handler, int smp); argument