Searched defs:mlx5_tc_ct_priv (Results 1 – 1 of 1) sorted by relevance
42 struct mlx5_tc_ct_priv { struct43 struct mlx5_core_dev *dev;44 const struct net_device *netdev;45 struct mod_hdr_tbl *mod_hdr_tbl;46 struct idr fte_ids;47 struct xarray tuple_ids;48 struct rhashtable zone_ht;49 struct rhashtable ct_tuples_ht;50 struct rhashtable ct_tuples_nat_ht;51 struct mlx5_flow_table *ct;[all …]