Searched refs:zones_params (Results 1 – 1 of 1) sorted by relevance
52 static const struct rhashtable_params zones_params = { variable285 ct_ft = rhashtable_lookup_fast(&zones_ht, ¶ms->zone, zones_params); in tcf_ct_flow_table_get()295 err = rhashtable_insert_fast(&zones_ht, &ct_ft->node, zones_params); in tcf_ct_flow_table_get()315 rhashtable_remove_fast(&zones_ht, &ct_ft->node, zones_params); in tcf_ct_flow_table_get()351 rhashtable_remove_fast(&zones_ht, &ct_ft->node, zones_params); in tcf_ct_flow_table_put()564 return rhashtable_init(&zones_ht, &zones_params); in tcf_ct_flow_tables_init()