Home
last modified time | relevance | path

Searched refs:hw_stats (Results 1 – 3 of 3) sorted by relevance

/include/net/
A Dact_api.h45 u8 hw_stats; member
99 static inline enum flow_action_hw_stats tc_act_hw_stats(u8 hw_stats) in tc_act_hw_stats() argument
101 if (WARN_ON_ONCE(hw_stats > TCA_ACT_HW_STATS_ANY)) in tc_act_hw_stats()
103 else if (!hw_stats) in tc_act_hw_stats()
106 return hw_stats; in tc_act_hw_stats()
A Dflow_offload.h239 enum flow_action_hw_stats hw_stats; member
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()
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()
A Dnexthop.h136 bool hw_stats; member
204 bool hw_stats; member
218 bool hw_stats; member

Completed in 17 milliseconds