Searched refs:a_rule (Results 1 – 1 of 1) sorted by relevance
718 struct flow_rule *a_rule; in nfp_fl_merge_actions_offload() local727 a_rule = flow_rule_alloc(num_actions + (num_rules / 2)); in nfp_fl_merge_actions_offload()728 if (!a_rule) in nfp_fl_merge_actions_offload()736 a_rule->match = rules[0]->match; in nfp_fl_merge_actions_offload()755 a_rule->match = rules[j]->match; in nfp_fl_merge_actions_offload()784 memcpy(&a_rule->action.entries[offset++], in nfp_fl_merge_actions_offload()796 csum_action = &a_rule->action.entries[offset++]; in nfp_fl_merge_actions_offload()804 a_rule->action.num_entries = offset; in nfp_fl_merge_actions_offload()805 err = nfp_flower_compile_action(priv->app, a_rule, netdev, flow_pay, NULL); in nfp_fl_merge_actions_offload()806 kfree(a_rule); in nfp_fl_merge_actions_offload()