Searched refs:tmp_rule (Results 1 – 3 of 3) sorted by relevance
977 struct mlx5hws_rule *tmp_rule; in mlx5hws_bwc_matcher_complex_move() local1014 tmp_rule = tmp_bwc_rule->rule; in mlx5hws_bwc_matcher_complex_move()1015 tmp_rule->skip_delete = false; in mlx5hws_bwc_matcher_complex_move()1017 tmp_rule, in mlx5hws_bwc_matcher_complex_move()
1463 struct ieee80211_reg_rule *tmp_rule; in add_rule() local1467 tmp_rule = ®_rules[i]; in add_rule()1469 if (rule_contains(tmp_rule, rule)) in add_rule()1473 if (rule_contains(rule, tmp_rule)) { in add_rule()1474 memcpy(tmp_rule, rule, sizeof(*rule)); in add_rule()
1187 struct mlx5_flow_rule *tmp_rule; in rule_is_pending() local1194 tmp_rule = container_of(iter, struct mlx5_flow_rule, node); in rule_is_pending()1196 if (tmp_rule == rule) in rule_is_pending()