]> err.no Git - linux-2.6/blobdiff - include/net/netfilter/nf_nat.h
Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied...
[linux-2.6] / include / net / netfilter / nf_nat.h
index d0e5e436dc1b40042bff6ccba94e67fba954fb0e..6ae52f7c9f557facd58c94be4fc7f6c68bbac22c 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;