Home
last modified time | relevance | path

Searched refs:path_complete (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/net/iucv/
Diucv.h152 void (*path_complete)(struct iucv_path *, u8 *ipuser); member
/Linux-v4.19/drivers/s390/char/
Dmonreader.c270 .path_complete = mon_iucv_path_complete,
Dvmlogrdr.c110 .path_complete = vmlogrdr_iucv_path_complete,
/Linux-v4.19/net/iucv/
Diucv.c1552 if (path && path->handler && path->handler->path_complete) in iucv_path_complete()
1553 path->handler->path_complete(path, ipc->ipuser); in iucv_path_complete()
Daf_iucv.c111 .path_complete = iucv_callback_connack,
/Linux-v4.19/drivers/s390/net/
Dnetiucv.c148 .path_complete = netiucv_callback_connack,