Searched refs:a_rule (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.c718 struct flow_rule *a_rule; local
727 a_rule = flow_rule_alloc(num_actions + (num_rules / 2));
728 if (!a_rule)
736 a_rule->match = rules[0]->match;
751 * through the subflows and assign the proper subflow to a_rule
755 a_rule->match = rules[j]->match;
784 memcpy(&a_rule->action.entries[offset++],
796 csum_action = &a_rule->action.entries[offset++];
804 a_rule->action.num_entries = offset;
805 err = nfp_flower_compile_action(priv->app, a_rule, netde
[all...]

Completed in 91 milliseconds