Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
Dtc.c587 if (!act || !act->destroy_action) in mlx5e_rep_indr_destroy_act()
590 return act->destroy_action(priv, fl_act); in mlx5e_rep_indr_destroy_act()