mlx5_ttc_fwd_dest
err = mlx5_ttc_fwd_dest(ttc, fs_udp2tt(i), &dest);
err = mlx5_ttc_fwd_dest(ttc, MLX5_TT_ANY, &dest);
err = mlx5_ttc_fwd_dest(ttc, fs_accel2tt(i), &dest);
if (mlx5_ttc_fwd_dest(attr->ttc, family2tt(attr->family), &dest))
mlx5_ttc_fwd_dest(ttc, fs_psp2tt(type), &dest);
err = mlx5_ttc_fwd_dest(ttc, arfs_get_tt(i), &dest);
return mlx5_ttc_fwd_dest(ttc, type, &dest);
int mlx5_ttc_fwd_dest(struct mlx5_ttc_table *ttc, enum mlx5_traffic_types type,