address_handler_resource
static struct address_handler_resource *to_address_handler_resource(struct client_resource *resource)
return container_of(resource, struct address_handler_resource, resource);
struct address_handler_resource *handler = callback_data;
struct address_handler_resource *r = to_address_handler_resource(resource);
struct address_handler_resource *r;