Home
last modified time | relevance | path

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

/Linux-v5.10/net/sched/
Dact_ct.c38 static struct rhashtable zones_ht; variable
284 ct_ft = rhashtable_lookup_fast(&zones_ht, &params->zone, zones_params); in tcf_ct_flow_table_get()
294 err = rhashtable_insert_fast(&zones_ht, &ct_ft->node, zones_params); in tcf_ct_flow_table_get()
313 rhashtable_remove_fast(&zones_ht, &ct_ft->node, zones_params); in tcf_ct_flow_table_get()
338 rhashtable_remove_fast(&zones_ht, &ct_ft->node, zones_params); in tcf_ct_flow_table_put()
550 return rhashtable_init(&zones_ht, &zones_params); in tcf_ct_flow_tables_init()
555 rhashtable_destroy(&zones_ht); in tcf_ct_flow_tables_uninit()