]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/net/netfilter/nf_conntrack_expect.h
[NETFILTER]: Introduce nf_inet_address
[mirror_ubuntu-artful-kernel.git] / include / net / netfilter / nf_conntrack_expect.h
index cae1a0dce36555e80c5451a1e92098fb6de96d6f..6c3fd254c28ef148a8f9f04f2c35c19bbc8f7f7b 100644 (file)
@@ -38,9 +38,6 @@ struct nf_conntrack_expect
        /* Usage count. */
        atomic_t use;
 
-       /* Unique ID */
-       unsigned int id;
-
        /* Flags */
        unsigned int flags;
 
@@ -76,8 +73,8 @@ void nf_ct_unexpect_related(struct nf_conntrack_expect *exp);
    nf_ct_expect_related.  You will have to call put afterwards. */
 struct nf_conntrack_expect *nf_ct_expect_alloc(struct nf_conn *me);
 void nf_ct_expect_init(struct nf_conntrack_expect *, int,
-                      union nf_conntrack_address *,
-                      union nf_conntrack_address *,
+                      union nf_inet_addr *,
+                      union nf_inet_addr *,
                       u_int8_t, __be16 *, __be16 *);
 void nf_ct_expect_put(struct nf_conntrack_expect *exp);
 int nf_ct_expect_related(struct nf_conntrack_expect *expect);