inbound_transaction_resource
static struct inbound_transaction_resource *to_inbound_transaction_resource(struct client_resource *resource)
return container_of(resource, struct inbound_transaction_resource, resource);
struct inbound_transaction_resource *r = to_inbound_transaction_resource(resource);
struct inbound_transaction_resource *r;
struct inbound_transaction_resource *r;