a_rule
struct flow_rule *a_rule;
a_rule = flow_rule_alloc(num_actions + (num_rules / 2));
if (!a_rule)
a_rule->match = rules[0]->match;
a_rule->match = rules[j]->match;
memcpy(&a_rule->action.entries[offset++],
csum_action = &a_rule->action.entries[offset++];
a_rule->action.num_entries = offset;
err = nfp_flower_compile_action(priv->app, a_rule, netdev, flow_pay, NULL);
kfree(a_rule);
struct a_rule rules[6];
const struct a_rule *r;