Lines Matching refs:hash_table
127 &fcp->hash_table[i], u.hlist) { in __flow_cache_shrink()
214 if (!fcp->hash_table) in flow_cache_lookup()
221 hlist_for_each_entry(tfle, &fcp->hash_table[hash], u.hlist) { in flow_cache_lookup()
242 hlist_add_head(&fle->u.hlist, &fcp->hash_table[hash]); in flow_cache_lookup()
296 &fcp->hash_table[i], u.hlist) { in flow_cache_flush_tasklet()
325 if (!hlist_empty(&fcp->hash_table[i])) in flow_cache_percpu_empty()
398 if (!fcp->hash_table) { in flow_cache_cpu_prepare()
399 fcp->hash_table = kzalloc_node(sz, GFP_KERNEL, cpu_to_node(cpu)); in flow_cache_cpu_prepare()
400 if (!fcp->hash_table) { in flow_cache_cpu_prepare()
481 kfree(fcp->hash_table); in flow_cache_init()
482 fcp->hash_table = NULL; in flow_cache_init()
504 kfree(fcp->hash_table); in flow_cache_fini()
505 fcp->hash_table = NULL; in flow_cache_fini()