|
@@ -234,7 +234,7 @@ static inline bool find_syn_match(const struct xt_entry_match *m)
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
-static bool tcpmss_tg4_check(const struct xt_tgchk_param *par)
|
|
|
+static int tcpmss_tg4_check(const struct xt_tgchk_param *par)
|
|
|
{
|
|
|
const struct xt_tcpmss_info *info = par->targinfo;
|
|
|
const struct ipt_entry *e = par->entryinfo;
|
|
@@ -256,7 +256,7 @@ static bool tcpmss_tg4_check(const struct xt_tgchk_param *par)
|
|
|
}
|
|
|
|
|
|
#if defined(CONFIG_IP6_NF_IPTABLES) || defined(CONFIG_IP6_NF_IPTABLES_MODULE)
|
|
|
-static bool tcpmss_tg6_check(const struct xt_tgchk_param *par)
|
|
|
+static int tcpmss_tg6_check(const struct xt_tgchk_param *par)
|
|
|
{
|
|
|
const struct xt_tcpmss_info *info = par->targinfo;
|
|
|
const struct ip6t_entry *e = par->entryinfo;
|