On Monday 2012-08-20 05:39, Patrick McHardy wrote: >index 0bb5a69..4b59a15 100644 >--- a/include/linux/netfilter/nf_conntrack_amanda.h >+++ b/include/linux/netfilter/nf_conntrack_amanda.h >@@ -4,6 +4,7 @@ > > extern unsigned int (*nf_nat_amanda_hook)(struct sk_buff *skb, > enum ip_conntrack_info ctinfo, >+ unsigned int protoff, > unsigned int matchoff, > unsigned int matchlen, > struct nf_conntrack_expect *exp); What about using a structure to collect all the accumulating parameters, like we do for xtables match functions? -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html