1 #ifndef _NET_FLOWCACHE_H
2 #define _NET_FLOWCACHE_H
4 #include <linux/interrupt.h>
5 #include <linux/types.h>
6 #include <linux/timer.h>
7 #include <linux/notifier.h>
9 struct flow_cache_percpu
{
10 struct hlist_head
*hash_table
;
14 struct tasklet_struct flush_tasklet
;
19 struct flow_cache_percpu __percpu
*percpu
;
20 struct notifier_block hotcpu_notifier
;
23 struct timer_list rnd_timer
;
25 #endif /* _NET_FLOWCACHE_H */