Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_dpipe.c287 .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,
/Linux-v5.10/Documentation/networking/devlink/
Ddevlink-dpipe.rst100 * ``matches_dump``: Dump the supported matches.
/Linux-v5.10/include/net/
Ddevlink.h308 int (*matches_dump)(void *priv, struct sk_buff *skb); member
/Linux-v5.10/net/core/
Ddevlink.c2087 if (table->table_ops->matches_dump(table->priv, skb)) in devlink_dpipe_matches_put()