Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Ddevlink.h376 DEVLINK_ATTR_DPIPE_TABLE_NAME, /* string */ enumerator
/linux/net/core/
A Ddevlink.c3004 if (nla_put_string(skb, DEVLINK_ATTR_DPIPE_TABLE_NAME, table->name) || in devlink_dpipe_table_put()
3135 if (info->attrs[DEVLINK_ATTR_DPIPE_TABLE_NAME]) in devlink_nl_cmd_dpipe_table_get()
3136 table_name = nla_data(info->attrs[DEVLINK_ATTR_DPIPE_TABLE_NAME]); in devlink_nl_cmd_dpipe_table_get()
3409 if (!info->attrs[DEVLINK_ATTR_DPIPE_TABLE_NAME]) in devlink_nl_cmd_dpipe_entries_get()
3412 table_name = nla_data(info->attrs[DEVLINK_ATTR_DPIPE_TABLE_NAME]); in devlink_nl_cmd_dpipe_entries_get()
3593 if (!info->attrs[DEVLINK_ATTR_DPIPE_TABLE_NAME] || in devlink_nl_cmd_dpipe_table_counters_set()
3597 table_name = nla_data(info->attrs[DEVLINK_ATTR_DPIPE_TABLE_NAME]); in devlink_nl_cmd_dpipe_table_counters_set()
8508 [DEVLINK_ATTR_DPIPE_TABLE_NAME] = { .type = NLA_NUL_STRING },

Completed in 725 milliseconds