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 xarray tuple_ids;47 struct rhashtable zone_ht;48 struct rhashtable ct_tuples_ht;49 struct rhashtable ct_tuples_nat_ht;50 struct mlx5_flow_table *ct;51 struct mlx5_flow_table *ct_nat;[all …]