alistair23-linux/net/bridge/netfilter
Jan Engelhardt 135367b8f6 netfilter: xtables: change xt_target.checkentry return type
Restore function signatures from bool to int so that we can report
memory allocation failures or similar using -ENOMEM rather than
always having to pass -EINVAL back.

// <smpl>
@@
type bool;
identifier check, par;
@@
-bool check
+int check
 (struct xt_tgchk_param *par) { ... }
// </smpl>

Minus the change it does to xt_ct_find_proto.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
2010-03-25 16:04:33 +01:00
..
ebt_802_3.c netfilter: xtables: change xt_match.checkentry return type 2010-03-25 16:03:13 +01:00
ebt_among.c netfilter: xtables: change xt_match.checkentry return type 2010-03-25 16:03:13 +01:00
ebt_arp.c netfilter: xtables: change xt_match.checkentry return type 2010-03-25 16:03:13 +01:00
ebt_arpreply.c netfilter: xtables: change xt_target.checkentry return type 2010-03-25 16:04:33 +01:00
ebt_dnat.c netfilter: xtables: change xt_target.checkentry return type 2010-03-25 16:04:33 +01:00
ebt_ip.c netfilter: xtables: change xt_match.checkentry return type 2010-03-25 16:03:13 +01:00
ebt_ip6.c netfilter: xtables: change xt_match.checkentry return type 2010-03-25 16:03:13 +01:00
ebt_limit.c netfilter: xtables: change xt_match.checkentry return type 2010-03-25 16:03:13 +01:00
ebt_log.c netfilter: xtables: change xt_target.checkentry return type 2010-03-25 16:04:33 +01:00
ebt_mark.c netfilter: xtables: change xt_target.checkentry return type 2010-03-25 16:04:33 +01:00
ebt_mark_m.c netfilter: xtables: change xt_match.checkentry return type 2010-03-25 16:03:13 +01:00
ebt_nflog.c netfilter: xtables: change xt_target.checkentry return type 2010-03-25 16:04:33 +01:00
ebt_pkttype.c netfilter: xtables: change xt_match.checkentry return type 2010-03-25 16:03:13 +01:00
ebt_redirect.c netfilter: xtables: change xt_target.checkentry return type 2010-03-25 16:04:33 +01:00
ebt_snat.c netfilter: xtables: change xt_target.checkentry return type 2010-03-25 16:04:33 +01:00
ebt_stp.c netfilter: xtables: change xt_match.checkentry return type 2010-03-25 16:03:13 +01:00
ebt_ulog.c netfilter: xtables: change xt_target.checkentry return type 2010-03-25 16:04:33 +01:00
ebt_vlan.c netfilter: xtables: change xt_match.checkentry return type 2010-03-25 16:03:13 +01:00
ebtable_broute.c netfilter: xtables: add struct xt_mtdtor_param::net 2010-01-18 08:25:47 +01:00
ebtable_filter.c netfilter: xtables: add struct xt_mtdtor_param::net 2010-01-18 08:25:47 +01:00
ebtable_nat.c netfilter: xtables: add struct xt_mtdtor_param::net 2010-01-18 08:25:47 +01:00
ebtables.c netfilter: xtables: consolidate code into xt_request_find_match 2010-03-25 15:02:19 +01:00
Kconfig netfilter: fix ebtables dependencies 2008-10-14 11:57:33 -07:00
Makefile bridge: fix IPV6=n build 2008-06-17 16:16:13 -07:00