Home
last modified time | relevance | path

Searched refs:destroy_action (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
Dact.h63 int (*destroy_action)(struct mlx5e_priv *priv, member
Dpolice.c209 .destroy_action = tc_act_police_destroy,
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
Dtc.c601 if (!act || !act->destroy_action) in mlx5e_rep_indr_destroy_act()
604 return act->destroy_action(priv, fl_act); in mlx5e_rep_indr_destroy_act()