Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.c66 struct rhashtable ct_tuples_ht; member
885 entry = rhashtable_lookup_fast(&ct_priv->ct_tuples_ht, tuple, in mlx5_tc_ct_entry_get()
908 rhashtable_remove_fast(&ct_priv->ct_tuples_ht, &entry->tuple_node, in mlx5_tc_ct_entry_remove_from_tuples()
1118 err = rhashtable_lookup_insert_fast(&ct_priv->ct_tuples_ht, in mlx5_tc_ct_block_flow_offload_add()
1149 rhashtable_remove_fast(&ct_priv->ct_tuples_ht, in mlx5_tc_ct_block_flow_offload_add()
2169 if (rhashtable_init(&ct_priv->ct_tuples_ht, &tuples_ht_params)) in mlx5_tc_ct_init()
2192 rhashtable_destroy(&ct_priv->ct_tuples_ht); in mlx5_tc_ct_init()
2231 rhashtable_destroy(&ct_priv->ct_tuples_ht); in mlx5_tc_ct_clean()