netfilter: xtables: substitute temporary defines by final name
[deliverable/linux.git] / net / ipv6 / netfilter / ip6t_frag.c
index a5daf0ffb4ec8e840a14e3e6eebb417952e25c71..8401aa82ea0b7b1c327e94d76c76f521f854042e 100644 (file)
@@ -35,7 +35,7 @@ id_match(u_int32_t min, u_int32_t max, u_int32_t id, bool invert)
 }
 
 static bool
-frag_mt6(const struct sk_buff *skb, const struct xt_match_param *par)
+frag_mt6(const struct sk_buff *skb, const struct xt_action_param *par)
 {
        struct frag_hdr _frag;
        const struct frag_hdr *fh;
This page took 0.028743 seconds and 5 git commands to generate.