]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/bridge/netfilter/ebt_mark_m.c
netfilter: xtables: substitute temporary defines by final name
[net-next-2.6.git] / net / bridge / netfilter / ebt_mark_m.c
index e4366c0a1a43d615cca39c3174506a15b4ef3965..de901634fa3108b1b7c6bb49d3fcdf700002f08c 100644 (file)
@@ -13,7 +13,7 @@
 #include <linux/netfilter_bridge/ebt_mark_m.h>
 
 static bool
-ebt_mark_mt(const struct sk_buff *skb, const struct xt_match_param *par)
+ebt_mark_mt(const struct sk_buff *skb, const struct xt_action_param *par)
 {
        const struct ebt_mark_m_info *info = par->matchinfo;