Searched refs:zones_params (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_ct.c | 52 static const struct rhashtable_params zones_params = { variable 284 ct_ft = rhashtable_lookup_fast(&zones_ht, ¶ms->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() 349 rhashtable_remove_fast(&zones_ht, &ct_ft->node, zones_params); in tcf_ct_flow_table_put() 556 return rhashtable_init(&zones_ht, &zones_params); in tcf_ct_flow_tables_init()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_ct.c | 55 static const struct rhashtable_params zones_params = { variable 323 ct_ft = rhashtable_lookup_fast(&zones_ht, ¶ms->zone, zones_params); in tcf_ct_flow_table_get() 333 err = rhashtable_insert_fast(&zones_ht, &ct_ft->node, zones_params); in tcf_ct_flow_table_get() 354 rhashtable_remove_fast(&zones_ht, &ct_ft->node, zones_params); in tcf_ct_flow_table_get() 388 rhashtable_remove_fast(&zones_ht, &ct_ft->node, zones_params); in tcf_ct_flow_table_put() 725 return rhashtable_init(&zones_ht, &zones_params); in tcf_ct_flow_tables_init()
|
Completed in 5 milliseconds