Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dfs_ttc.c34 struct mlx5_flow_handle *tunnel_rules[MLX5_NUM_TUNNEL_TT]; member
54 if (!IS_ERR_OR_NULL(ttc->tunnel_rules[i])) { in mlx5_cleanup_ttc_rules()
55 mlx5_del_flow_rules(ttc->tunnel_rules[i]); in mlx5_cleanup_ttc_rules()
56 ttc->tunnel_rules[i] = NULL; in mlx5_cleanup_ttc_rules()
266 trules = ttc->tunnel_rules; in mlx5_generate_ttc_table_rules()