Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/iucv/
Diucv.h151 void (*path_complete)(struct iucv_path *, u8 ipuser[16]); member
/linux-4.1.27/drivers/s390/char/
Dmonreader.c269 .path_complete = mon_iucv_path_complete,
Dvmlogrdr.c109 .path_complete = vmlogrdr_iucv_path_complete,
/linux-4.1.27/net/iucv/
Diucv.c1553 if (path && path->handler && path->handler->path_complete) in iucv_path_complete()
1554 path->handler->path_complete(path, ipc->ipuser); in iucv_path_complete()
Daf_iucv.c111 .path_complete = iucv_callback_connack,
/linux-4.1.27/drivers/s390/net/
Dnetiucv.c163 .path_complete = netiucv_callback_connack,