Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Ddevlink.h421 DEVLINK_ATTR_DPIPE_TABLE_NAME, /* string */ enumerator
/linux-6.3-rc2/net/devlink/
A Dnetlink.c36 [DEVLINK_ATTR_DPIPE_TABLE_NAME] = { .type = NLA_NUL_STRING },
A Dleftover.c2955 if (nla_put_string(skb, DEVLINK_ATTR_DPIPE_TABLE_NAME, table->name) || in devlink_dpipe_table_put()
3086 if (info->attrs[DEVLINK_ATTR_DPIPE_TABLE_NAME]) in devlink_nl_cmd_dpipe_table_get()
3087 table_name = nla_data(info->attrs[DEVLINK_ATTR_DPIPE_TABLE_NAME]); in devlink_nl_cmd_dpipe_table_get()
3360 if (GENL_REQ_ATTR_CHECK(info, DEVLINK_ATTR_DPIPE_TABLE_NAME)) in devlink_nl_cmd_dpipe_entries_get()
3363 table_name = nla_data(info->attrs[DEVLINK_ATTR_DPIPE_TABLE_NAME]); in devlink_nl_cmd_dpipe_entries_get()
3544 if (GENL_REQ_ATTR_CHECK(info, DEVLINK_ATTR_DPIPE_TABLE_NAME) || in devlink_nl_cmd_dpipe_table_counters_set()
3549 table_name = nla_data(info->attrs[DEVLINK_ATTR_DPIPE_TABLE_NAME]); in devlink_nl_cmd_dpipe_table_counters_set()

Completed in 33 milliseconds