Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c68 struct rhashtable ct_tuples_ht; member
941 entry = rhashtable_lookup_fast(&ct_priv->ct_tuples_ht, tuple, in mlx5_tc_ct_entry_get()
964 rhashtable_remove_fast(&ct_priv->ct_tuples_ht, &entry->tuple_node, in mlx5_tc_ct_entry_remove_from_tuples()
1228 err = rhashtable_lookup_insert_fast(&ct_priv->ct_tuples_ht, in mlx5_tc_ct_block_flow_offload_add()
1259 rhashtable_remove_fast(&ct_priv->ct_tuples_ht, in mlx5_tc_ct_block_flow_offload_add()
2220 if (rhashtable_init(&ct_priv->ct_tuples_ht, &tuples_ht_params)) in mlx5_tc_ct_init()
2243 rhashtable_destroy(&ct_priv->ct_tuples_ht); in mlx5_tc_ct_init()
2282 rhashtable_destroy(&ct_priv->ct_tuples_ht); in mlx5_tc_ct_clean()