Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_dpipe.c288 .actions_dump = mlxsw_sp_dpipe_table_erif_actions_dump,
739 .actions_dump = mlxsw_sp_dpipe_table_host_actions_dump,
816 .actions_dump = mlxsw_sp_dpipe_table_host_actions_dump,
1219 .actions_dump = mlxsw_sp_dpipe_table_adj_actions_dump,
/OK3568_Linux_fs/kernel/Documentation/networking/devlink/
H A Ddevlink-dpipe.rst101 * ``actions_dump``: Dump the supported actions.
/OK3568_Linux_fs/kernel/include/net/
H A Ddevlink.h307 int (*actions_dump)(void *priv, struct sk_buff *skb); member
/OK3568_Linux_fs/kernel/net/core/
H A Ddevlink.c2134 if (table->table_ops->actions_dump(table->priv, skb)) in devlink_dpipe_actions_put()