Searched defs:devlink_dpipe_entry (Results 1 – 1 of 1) sorted by relevance
252 struct devlink_dpipe_entry { struct253 u64 index;254 struct devlink_dpipe_value *match_values;255 unsigned int match_values_count;256 struct devlink_dpipe_value *action_values;257 unsigned int action_values_count;258 u64 counter;259 bool counter_valid;
Completed in 13 milliseconds