Searched refs:matches_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 | 287 .matches_dump = mlxsw_sp_dpipe_table_erif_matches_dump, 738 .matches_dump = mlxsw_sp_dpipe_table_host4_matches_dump, 815 .matches_dump = mlxsw_sp_dpipe_table_host6_matches_dump, 1218 .matches_dump = mlxsw_sp_dpipe_table_adj_matches_dump,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_dpipe.c | 287 .matches_dump = mlxsw_sp_dpipe_table_erif_matches_dump, 738 .matches_dump = mlxsw_sp_dpipe_table_host4_matches_dump, 815 .matches_dump = mlxsw_sp_dpipe_table_host6_matches_dump, 1220 .matches_dump = mlxsw_sp_dpipe_table_adj_matches_dump,
|
/kernel/linux/linux-6.6/net/devlink/ |
H A D | dpipe.c | 97 if (table->table_ops->matches_dump(table->priv, skb)) in devlink_dpipe_matches_put()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | devlink.h | 299 * @matches_dump - dumps all tables matches 308 int (*matches_dump)(void *priv, struct sk_buff *skb); member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | devlink.h | 361 * @matches_dump: dumps all tables matches 370 int (*matches_dump)(void *priv, struct sk_buff *skb); member
|
/kernel/linux/linux-5.10/net/core/ |
H A D | devlink.c | 2086 if (table->table_ops->matches_dump(table->priv, skb)) in devlink_dpipe_matches_put()
|
Completed in 28 milliseconds