Home
last modified time | relevance | path

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

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