Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.c169 static const struct rhashtable_params cts_ht_params = { variable
1158 entry = rhashtable_lookup_fast(&ft->ct_entries_ht, &cookie, cts_ht_params); in mlx5_tc_ct_block_flow_offload_replace()
1160 rhashtable_remove_fast(&ft->ct_entries_ht, &entry->node, cts_ht_params); in mlx5_tc_ct_block_flow_offload_replace()
1185 entry = rhashtable_lookup_fast(&ft->ct_entries_ht, &cookie, cts_ht_params); in mlx5_tc_ct_block_flow_offload_add()
1223 cts_ht_params); in mlx5_tc_ct_block_flow_offload_add()
1264 cts_ht_params); in mlx5_tc_ct_block_flow_offload_add()
1283 entry = rhashtable_lookup_fast(&ft->ct_entries_ht, &cookie, cts_ht_params); in mlx5_tc_ct_block_flow_offload_del()
1294 rhashtable_remove_fast(&ft->ct_entries_ht, &entry->node, cts_ht_params); in mlx5_tc_ct_block_flow_offload_del()
1312 entry = rhashtable_lookup_fast(&ft->ct_entries_ht, &cookie, cts_ht_params); in mlx5_tc_ct_block_flow_offload_stats()
1825 err = rhashtable_init(&ft->ct_entries_ht, &cts_ht_params); in mlx5_tc_ct_add_ft_cb()