Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/iucv/
Diucv.h173 void (*path_resumed)(struct iucv_path *, u8 *ipuser); member
/Linux-v5.15/net/iucv/
Diucv.c1583 if (path && path->handler && path->handler->path_resumed) in iucv_path_resumed()
1584 path->handler->path_resumed(path, ipr->ipuser); in iucv_path_resumed()
/Linux-v5.15/drivers/s390/net/
Dnetiucv.c764 .path_resumed = netiucv_callback_connres,