]> err.no Git - linux-2.6/blobdiff - include/net/netfilter/nf_conntrack_helper.h
[IPV4]: Use ctl paths to register net/ipv4/ table
[linux-2.6] / include / net / netfilter / nf_conntrack_helper.h
index d04f99964d94bad80d86342fa9b4b645c982b676..d7b2d5483a7128702fdd81ac914908eba8b15e23 100644 (file)
@@ -29,14 +29,14 @@ struct nf_conntrack_helper
 
        /* Function to call when data passes; return verdict, or -1 to
            invalidate. */
-       int (*help)(struct sk_buff **pskb,
+       int (*help)(struct sk_buff *skb,
                    unsigned int protoff,
                    struct nf_conn *ct,
                    enum ip_conntrack_info conntrackinfo);
 
        void (*destroy)(struct nf_conn *ct);
 
-       int (*to_nfattr)(struct sk_buff *skb, const struct nf_conn *ct);
+       int (*to_nlattr)(struct sk_buff *skb, const struct nf_conn *ct);
 };
 
 extern struct nf_conntrack_helper *