path_resumed      151 drivers/s390/net/netiucv.c 	.path_resumed	  = netiucv_callback_connres,
path_resumed      173 include/net/iucv/iucv.h 	void (*path_resumed)(struct iucv_path *, u8 *ipuser);
path_resumed     1631 net/iucv/iucv.c 	if (path && path->handler && path->handler->path_resumed)
path_resumed     1632 net/iucv/iucv.c 		path->handler->path_resumed(path, ipr->ipuser);