Searched defs:iucv_handler (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/include/net/iucv/ |
| D | iucv.h | 133 struct iucv_handler { struct 145 int (*path_pending)(struct iucv_path *, u8 *ipvmid, u8 *ipuser); 152 void (*path_complete)(struct iucv_path *, u8 *ipuser); 160 void (*path_severed)(struct iucv_path *, u8 *ipuser); 167 void (*path_quiesced)(struct iucv_path *, u8 *ipuser); 173 void (*path_resumed)(struct iucv_path *, u8 *ipuser); 202 int iucv_register(struct iucv_handler *handler, int smp); argument
|
| /kernel/linux/linux-5.10/include/net/iucv/ |
| D | iucv.h | 133 struct iucv_handler { struct 145 int (*path_pending)(struct iucv_path *, u8 *ipvmid, u8 *ipuser); 152 void (*path_complete)(struct iucv_path *, u8 *ipuser); 160 void (*path_severed)(struct iucv_path *, u8 *ipuser); 167 void (*path_quiesced)(struct iucv_path *, u8 *ipuser); 173 void (*path_resumed)(struct iucv_path *, u8 *ipuser); 202 int iucv_register(struct iucv_handler *handler, int smp); argument
|