Home
last modified time | relevance | path

Searched refs:table_name (Results 1 – 1 of 1) sorted by relevance

/net/core/
Ddevlink.c1715 const char *table_name) in devlink_dpipe_tables_fill() argument
1750 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() local
1800 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() argument
1960 if (!strcmp(table->name, table_name)) in devlink_dpipe_table_find()
2072 const char *table_name; in devlink_nl_cmd_dpipe_entries_get() local
2077 table_name = nla_data(info->attrs[DEVLINK_ATTR_DPIPE_TABLE_NAME]); in devlink_nl_cmd_dpipe_entries_get()
[all …]