Searched defs:flow_action_entry (Results 1 – 2 of 2) sorted by relevance
234 struct flow_action_entry { struct235 enum flow_action_id id;236 u32 hw_index;237 unsigned long cookie;238 u64 miss_cookie;239 enum flow_action_hw_stats hw_stats;240 action_destr destructor;241 void *destructor_priv;242 union {336 struct flow_action_entry entries[]; argument
197 struct flow_action_entry { struct198 enum flow_action_id id;199 enum flow_action_hw_stats hw_stats;200 action_destr destructor;201 void *destructor_priv;202 union {280 struct flow_action_entry entries[]; argument