]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/netfilter/xt_sctp.c
netfilter: xtables: substitute temporary defines by final name
[net-next-2.6.git] / net / netfilter / xt_sctp.c
index c3694df5467273e29ab9891c7539a8116896a5b9..da4c3cb31403d1ef2bb0808ffe2ed648e7cc0a48 100644 (file)
@@ -114,7 +114,7 @@ match_packet(const struct sk_buff *skb,
 }
 
 static bool
-sctp_mt(const struct sk_buff *skb, const struct xt_match_param *par)
+sctp_mt(const struct sk_buff *skb, const struct xt_action_param *par)
 {
        const struct xt_sctp_info *info = par->matchinfo;
        const sctp_sctphdr_t *sh;