Searched defs:mlx5_tc_ct_priv (Results 1 – 1 of 1) sorted by relevance
41 struct mlx5_tc_ct_priv { struct42 struct mlx5_core_dev *dev;43 const struct net_device *netdev;44 struct mod_hdr_tbl *mod_hdr_tbl;45 struct idr fte_ids;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;[all …]