Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/
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,
1221 .actions_dump = mlxsw_sp_dpipe_table_adj_actions_dump,
/linux-6.6.21/net/devlink/
Ddpipe.c145 if (table->table_ops->actions_dump(table->priv, skb)) in devlink_dpipe_actions_put()
/linux-6.6.21/Documentation/networking/devlink/
Ddevlink-dpipe.rst101 * ``actions_dump``: Dump the supported actions.
/linux-6.6.21/include/net/
Ddevlink.h369 int (*actions_dump)(void *priv, struct sk_buff *skb); member