Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Ddevlink.h292 DEVLINK_ATTR_DPIPE_TABLE_NAME, /* string */ enumerator
/Linux-v5.4/net/core/
Ddevlink.c1793 if (nla_put_string(skb, DEVLINK_ATTR_DPIPE_TABLE_NAME, table->name) || in devlink_dpipe_table_put()
1924 if (info->attrs[DEVLINK_ATTR_DPIPE_TABLE_NAME]) in devlink_nl_cmd_dpipe_table_get()
1925 table_name = nla_data(info->attrs[DEVLINK_ATTR_DPIPE_TABLE_NAME]); in devlink_nl_cmd_dpipe_table_get()
2198 if (!info->attrs[DEVLINK_ATTR_DPIPE_TABLE_NAME]) in devlink_nl_cmd_dpipe_entries_get()
2201 table_name = nla_data(info->attrs[DEVLINK_ATTR_DPIPE_TABLE_NAME]); in devlink_nl_cmd_dpipe_entries_get()
2382 if (!info->attrs[DEVLINK_ATTR_DPIPE_TABLE_NAME] || in devlink_nl_cmd_dpipe_table_counters_set()
2386 table_name = nla_data(info->attrs[DEVLINK_ATTR_DPIPE_TABLE_NAME]); in devlink_nl_cmd_dpipe_table_counters_set()
5785 [DEVLINK_ATTR_DPIPE_TABLE_NAME] = { .type = NLA_NUL_STRING },