]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/netns/conntrack.h
netfilter: netns nf_conntrack: per-netns conntrack hash
[linux-2.6-omap-h63xx.git] / include / net / netns / conntrack.h
index edf84714d7c76cecfb718cc3c47f2ac20e7b5d6c..b767683f112b86999c061c0de8e22b310db88e51 100644 (file)
@@ -5,5 +5,7 @@
 
 struct netns_ct {
        atomic_t                count;
+       struct hlist_head       *hash;
+       int                     hash_vmalloc;
 };
 #endif