Home
last modified time | relevance | path

Searched refs:path_resumed (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/net/iucv/
Diucv.h172 void (*path_resumed)(struct iucv_path *, u8 ipuser[16]); member
/linux-4.1.27/net/iucv/
Diucv.c1645 if (path && path->handler && path->handler->path_resumed) in iucv_path_resumed()
1646 path->handler->path_resumed(path, ipr->ipuser); in iucv_path_resumed()
/linux-4.1.27/drivers/s390/net/
Dnetiucv.c166 .path_resumed = netiucv_callback_connres,