Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.c68 struct rhashtable ct_tuples_ht; member
940 entry = rhashtable_lookup_fast(&ct_priv->ct_tuples_ht, tuple, in mlx5_tc_ct_entry_get()
963 rhashtable_remove_fast(&ct_priv->ct_tuples_ht, &entry->tuple_node, in mlx5_tc_ct_entry_remove_from_tuples()
1227 err = rhashtable_lookup_insert_fast(&ct_priv->ct_tuples_ht, in mlx5_tc_ct_block_flow_offload_add()
1258 rhashtable_remove_fast(&ct_priv->ct_tuples_ht, in mlx5_tc_ct_block_flow_offload_add()
2219 if (rhashtable_init(&ct_priv->ct_tuples_ht, &tuples_ht_params)) in mlx5_tc_ct_init()
2242 rhashtable_destroy(&ct_priv->ct_tuples_ht); in mlx5_tc_ct_init()
2281 rhashtable_destroy(&ct_priv->ct_tuples_ht); in mlx5_tc_ct_clean()