Lines Matching refs:flow_cache
50 struct flow_cache *cache;
55 struct flow_cache { struct
66 static struct flow_cache flow_cache_global; argument
77 struct flow_cache *fc = (void *) arg; in flow_cache_new_hashrnd()
130 static void __flow_cache_shrink(struct flow_cache *fc, in __flow_cache_shrink()
158 static void flow_cache_shrink(struct flow_cache *fc, in flow_cache_shrink()
166 static void flow_new_hash_rnd(struct flow_cache *fc, in flow_new_hash_rnd()
174 static u32 flow_hash_code(struct flow_cache *fc, in flow_hash_code()
211 struct flow_cache *fc = &flow_cache_global; in flow_cache_lookup()
300 struct flow_cache *fc = info->cache; in flow_cache_flush_tasklet()
332 static int flow_cache_percpu_empty(struct flow_cache *fc, int cpu) in flow_cache_percpu_empty()
406 static int __cpuinit flow_cache_cpu_prepare(struct flow_cache *fc, int cpu) in flow_cache_cpu_prepare()
428 struct flow_cache *fc = container_of(nfb, struct flow_cache, hotcpu_notifier); in flow_cache_cpu()
447 static int __init flow_cache_init(struct flow_cache *fc) in flow_cache_init()