Searched refs:actions_dump (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_dpipe.c | 288 .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,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_dpipe.c | 288 .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,
|
/kernel/linux/linux-6.6/net/devlink/ |
H A D | dpipe.c | 145 if (table->table_ops->actions_dump(table->priv, skb)) in devlink_dpipe_actions_put()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | devlink.h | 298 * @actions_dump - dumps all tables actions 307 int (*actions_dump)(void *priv, struct sk_buff *skb); member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | devlink.h | 360 * @actions_dump: dumps all tables actions 369 int (*actions_dump)(void *priv, struct sk_buff *skb); member
|
/kernel/linux/linux-5.10/net/core/ |
H A D | devlink.c | 2134 if (table->table_ops->actions_dump(table->priv, skb)) in devlink_dpipe_actions_put()
|
Completed in 31 milliseconds