Searched refs:DEVLINK_ATTR_DPIPE_TABLE_NAME (Results 1 – 4 of 4) sorted by relevance
201 DEVLINK_ATTR_DPIPE_TABLE_NAME, /* string */ enumerator
362 DEVLINK_ATTR_DPIPE_TABLE_NAME, /* string */ enumerator
2156 if (nla_put_string(skb, DEVLINK_ATTR_DPIPE_TABLE_NAME, table->name) || in devlink_dpipe_table_put()2287 if (info->attrs[DEVLINK_ATTR_DPIPE_TABLE_NAME]) in devlink_nl_cmd_dpipe_table_get()2288 table_name = nla_data(info->attrs[DEVLINK_ATTR_DPIPE_TABLE_NAME]); in devlink_nl_cmd_dpipe_table_get()2561 if (!info->attrs[DEVLINK_ATTR_DPIPE_TABLE_NAME]) in devlink_nl_cmd_dpipe_entries_get()2564 table_name = nla_data(info->attrs[DEVLINK_ATTR_DPIPE_TABLE_NAME]); in devlink_nl_cmd_dpipe_entries_get()2745 if (!info->attrs[DEVLINK_ATTR_DPIPE_TABLE_NAME] || in devlink_nl_cmd_dpipe_table_counters_set()2749 table_name = nla_data(info->attrs[DEVLINK_ATTR_DPIPE_TABLE_NAME]); in devlink_nl_cmd_dpipe_table_counters_set()7565 [DEVLINK_ATTR_DPIPE_TABLE_NAME] = { .type = NLA_NUL_STRING },