]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/netns/ipv4.h
netfilter: netns nat: per-netns bysource hash
[linux-2.6-omap-h63xx.git] / include / net / netns / ipv4.h
index b286b840493cc4dcefcb81473cf7a9fe54b0a66d..ece1c926b5d18204855d484349148bb442823c6e 100644 (file)
@@ -39,6 +39,8 @@ struct netns_ipv4 {
        struct xt_table         *arptable_filter;
        struct xt_table         *iptable_security;
        struct xt_table         *nat_table;
+       struct hlist_head       *nat_bysource;
+       int                     nat_vmalloced;
 #endif
 
        int sysctl_icmp_echo_ignore_all;