Home
last modified time | relevance | path

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

/Linux-v6.6/net/sched/
Dact_ct.c55 static const struct rhashtable_params zones_params = { variable
301 ct_ft = rhashtable_lookup_fast(&zones_ht, &params->zone, zones_params); in tcf_ct_flow_table_get()
311 err = rhashtable_insert_fast(&zones_ht, &ct_ft->node, zones_params); in tcf_ct_flow_table_get()
332 rhashtable_remove_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_put()
690 return rhashtable_init(&zones_ht, &zones_params); in tcf_ct_flow_tables_init()