]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/netfilter/xt_esp.c
netfilter: xtables: substitute temporary defines by final name
[mv-sheeva.git] / net / netfilter / xt_esp.c
index 143bfdc8e38f8ed563d3025d85d94043fb2f8d13..39caafff948543e9d6c741d393c41b0d859eb9df 100644 (file)
@@ -36,7 +36,8 @@ spi_match(u_int32_t min, u_int32_t max, u_int32_t spi, bool invert)
        return r;
 }
 
-static bool esp_mt(const struct sk_buff *skb, const struct xt_match_param *par)
+static bool esp_mt(const struct sk_buff *skb,
+                  const struct xt_action_param *par)
 {
        const struct ip_esp_hdr *eh;
        struct ip_esp_hdr _esp;