Searched refs:action_entry (Results 1 – 1 of 1) sorted by relevance
370 const struct flow_action_entry *action_entry; in flow_action_mixed_hw_stats_check() local377 flow_action_for_each(i, action_entry, action) { in flow_action_mixed_hw_stats_check()378 if (i && action_entry->hw_stats != last_hw_stats) { in flow_action_mixed_hw_stats_check()382 last_hw_stats = action_entry->hw_stats; in flow_action_mixed_hw_stats_check()400 const struct flow_action_entry *action_entry; in __flow_action_hw_stats_check() local407 action_entry = flow_action_first_entry_get(action); in __flow_action_hw_stats_check()410 WARN_ON_ONCE(!action_entry->hw_stats); in __flow_action_hw_stats_check()413 ~action_entry->hw_stats & FLOW_ACTION_HW_STATS_ANY) { in __flow_action_hw_stats_check()417 !(action_entry->hw_stats & BIT(allow_bit))) { in __flow_action_hw_stats_check()
Completed in 25 milliseconds