Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dact_ct.c43 static struct rhashtable zones_ht; variable
332 ct_ft = rhashtable_lookup(&zones_ht, &key, zones_params); in tcf_ct_flow_table_get()
345 err = rhashtable_insert_fast(&zones_ht, &ct_ft->node, zones_params); in tcf_ct_flow_table_get()
366 rhashtable_remove_fast(&zones_ht, &ct_ft->node, zones_params); in tcf_ct_flow_table_get()
400 rhashtable_remove_fast(&zones_ht, &ct_ft->node, zones_params); in tcf_ct_flow_table_put()
737 return rhashtable_init(&zones_ht, &zones_params); in tcf_ct_flow_tables_init()
742 rhashtable_destroy(&zones_ht); in tcf_ct_flow_tables_uninit()