Home
last modified time | relevance | path

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

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