Searched refs:ct_entries_ht (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| D | tc_ct.c | 109 struct rhashtable ct_entries_ht; member 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() 1222 err = rhashtable_lookup_insert_fast(&ft->ct_entries_ht, &entry->node, in mlx5_tc_ct_block_flow_offload_add() 1262 rhashtable_remove_fast(&ft->ct_entries_ht, 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() [all …]
|