Searched refs:table_name (Results 1 – 1 of 1) sorted by relevance
1715 const char *table_name) in devlink_dpipe_tables_fill() argument1750 if (!table_name) { in devlink_dpipe_tables_fill()1759 if (!strcmp(table->name, table_name)) { in devlink_dpipe_tables_fill()1797 const char *table_name = NULL; in devlink_nl_cmd_dpipe_table_get() local1800 table_name = nla_data(info->attrs[DEVLINK_ATTR_DPIPE_TABLE_NAME]); in devlink_nl_cmd_dpipe_table_get()1804 table_name); in devlink_nl_cmd_dpipe_table_get()1955 const char *table_name) in devlink_dpipe_table_find() argument1960 if (!strcmp(table->name, table_name)) in devlink_dpipe_table_find()2072 const char *table_name; in devlink_nl_cmd_dpipe_entries_get() local2077 table_name = nla_data(info->attrs[DEVLINK_ATTR_DPIPE_TABLE_NAME]); in devlink_nl_cmd_dpipe_entries_get()[all …]