]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/net/netfilter/nf_conntrack_l4proto.h
netfilter: conntrack: no need to pass ctinfo to error handler
[mirror_ubuntu-artful-kernel.git] / include / net / netfilter / nf_conntrack_l4proto.h
index e7b836590f0b7a24e13659063b7aa87ad133885e..85e993e278d5e1e7a886e772dd69f5031214410d 100644 (file)
@@ -55,7 +55,7 @@ struct nf_conntrack_l4proto {
        void (*destroy)(struct nf_conn *ct);
 
        int (*error)(struct net *net, struct nf_conn *tmpl, struct sk_buff *skb,
-                    unsigned int dataoff, enum ip_conntrack_info *ctinfo,
+                    unsigned int dataoff,
                     u_int8_t pf, unsigned int hooknum);
 
        /* Print out the per-protocol part of the tuple. Return like seq_* */