Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dact.h63 int (*destroy_action)(struct mlx5e_priv *priv, member
H A Dpolice.c209 .destroy_action = tc_act_police_destroy,
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A 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()