Searched defs:flow_cache (Results 1 – 2 of 2) sorted by relevance
17 struct flow_cache { struct19 struct flow_cache_percpu __percpu *percpu; argument20 struct notifier_block hotcpu_notifier;21 int low_watermark;22 int high_watermark;23 struct timer_list rnd_timer;
51 static struct kmem_cache *flow_cache; variable