Searched refs:a_rule (Results 1 – 1 of 1) sorted by relevance
690 struct flow_rule *a_rule; in nfp_fl_merge_actions_offload() local700 a_rule = flow_rule_alloc(num_actions + 1); in nfp_fl_merge_actions_offload()701 if (!a_rule) in nfp_fl_merge_actions_offload()705 a_rule->match = rules[CT_TYPE_PRE_CT]->match; in nfp_fl_merge_actions_offload()728 a_rule->match = rules[j]->match; in nfp_fl_merge_actions_offload()756 memcpy(&a_rule->action.entries[offset++], in nfp_fl_merge_actions_offload()768 csum_action = &a_rule->action.entries[offset++]; in nfp_fl_merge_actions_offload()776 a_rule->action.num_entries = offset; in nfp_fl_merge_actions_offload()777 err = nfp_flower_compile_action(priv->app, a_rule, netdev, flow_pay, NULL); in nfp_fl_merge_actions_offload()778 kfree(a_rule); in nfp_fl_merge_actions_offload()