[NETFILTER]: nf_nat: use hlists for bysource hash
[safe/jmp/linux-2.6] / include / net / netfilter / nf_nat.h
index d0e5e43..6ae52f7 100644 (file)
@@ -66,7 +66,7 @@ struct nf_conn;
 /* The structure embedded in the conntrack structure. */
 struct nf_conn_nat
 {
-       struct list_head bysource;
+       struct hlist_node bysource;
        struct nf_nat_seq seq[IP_CT_DIR_MAX];
        struct nf_conn *ct;
        union nf_conntrack_nat_help help;