]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/netfilter/xt_TPROXY.c
netfilter: xtables: substitute temporary defines by final name
[net-next-2.6.git] / net / netfilter / xt_TPROXY.c
index 4f246ddc5c481f5ccaf9545e55b87cc9d331c0ca..e1a0dedac2580b1aeb5fe1d52d6e5f60f082005b 100644 (file)
@@ -25,7 +25,7 @@
 #include <net/netfilter/nf_tproxy_core.h>
 
 static unsigned int
-tproxy_tg(struct sk_buff *skb, const struct xt_target_param *par)
+tproxy_tg(struct sk_buff *skb, const struct xt_action_param *par)
 {
        const struct iphdr *iph = ip_hdr(skb);
        const struct xt_tproxy_target_info *tgi = par->targinfo;