]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/net/netns/conntrack.h
b767683f112b86999c061c0de8e22b310db88e51
[linux-2.6-omap-h63xx.git] / include / net / netns / conntrack.h
1 #ifndef __NETNS_CONNTRACK_H
2 #define __NETNS_CONNTRACK_H
3
4 #include <asm/atomic.h>
5
6 struct netns_ct {
7         atomic_t                count;
8         struct hlist_head       *hash;
9         int                     hash_vmalloc;
10 };
11 #endif