Searched refs:nla_action_value (Results 1 – 1 of 1) sorted by relevance
3588 struct nlattr *nla_action_value[DEVLINK_ATTR_MAX + 1] = {}; in dpipe_entry_action_value_show() local3592 err = mnl_attr_parse_nested(nl, attr_cb, nla_action_value); in dpipe_entry_action_value_show()3596 if (!nla_action_value[DEVLINK_ATTR_DPIPE_ACTION] || in dpipe_entry_action_value_show()3597 !nla_action_value[DEVLINK_ATTR_DPIPE_VALUE]) { in dpipe_entry_action_value_show()3603 nla_action_value[DEVLINK_ATTR_DPIPE_ACTION])) in dpipe_entry_action_value_show()3606 pr_out_dpipe_entry_value(ctx, nla_action_value, &action.info); in dpipe_entry_action_value_show()3620 struct nlattr *nla_action_value; in dpipe_tables_action_values_show() local3622 mnl_attr_for_each_nested(nla_action_value, nla_action_values) { in dpipe_tables_action_values_show()3623 if (dpipe_entry_action_value_show(ctx, nla_action_value)) in dpipe_tables_action_values_show()