]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/netns/conntrack.h
netfilter: netns nf_conntrack: per-netns statistics
[linux-2.6-omap-h63xx.git] / include / net / netns / conntrack.h
index 9d5c1623c51f7c07f931e895273a1913856251bd..fc0a46d64cc94080282d070204d834d0ef1a5c84 100644 (file)
@@ -12,6 +12,7 @@ struct netns_ct {
        struct hlist_head       *hash;
        struct hlist_head       *expect_hash;
        struct hlist_head       unconfirmed;
+       struct ip_conntrack_stat *stat;
 #ifdef CONFIG_NF_CONNTRACK_EVENTS
        struct nf_conntrack_ecache *ecache;
 #endif