Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
Dact.h58 int (*destroy_action)(struct mlx5e_priv *priv, member
Dpolice.c155 .destroy_action = tc_act_police_destroy,
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
Dtc.c569 if (!act || !act->destroy_action) in mlx5e_rep_indr_destroy_act()
572 return act->destroy_action(priv, fl_act); in mlx5e_rep_indr_destroy_act()