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
..
2010-02-03 17:17:06 +01:00
2010-02-03 14:40:17 +01:00
2009-11-04 09:50:58 -08:00
2009-11-04 09:50:58 -08:00
2010-02-11 12:30:21 +01:00
2009-12-03 13:23:12 -08:00
2010-03-08 13:13:07 +01:00
2009-11-04 09:50:58 -08:00
2010-02-15 18:14:57 +01:00
2009-03-26 18:14:20 +01:00
2009-03-26 18:14:20 +01:00
2010-01-13 16:02:14 +01:00
2010-03-25 16:04:33 +01:00
2009-03-26 18:14:20 +01:00
2009-05-05 17:46:07 +02:00
2009-11-04 09:50:58 -08:00
2010-03-17 15:48:36 +01:00
2010-03-17 15:48:36 +01:00
2009-03-26 18:14:20 +01:00
2009-08-10 13:09:44 +02:00
2010-02-15 18:13:33 +01:00
2009-03-26 18:14:20 +01:00
2009-03-26 18:14:20 +01:00
2009-03-26 18:14:20 +01:00
2009-11-04 09:50:58 -08:00
2009-03-26 18:14:20 +01:00
2009-03-26 18:14:20 +01:00
2009-05-05 14:31:12 +02:00
2009-03-26 18:14:20 +01:00
2009-03-26 16:11:41 -07:00
2010-03-17 15:48:36 +01:00
2010-03-17 15:48:36 +01:00
2009-11-04 09:50:58 -08:00
2009-03-26 18:29:40 +01:00
2009-06-05 13:24:24 +02:00
2009-06-29 14:28:27 +02:00
2009-03-26 18:14:20 +01:00
2009-03-26 18:14:20 +01:00
2009-11-04 09:50:58 -08:00
2009-03-26 18:14:20 +01:00
2009-03-26 18:14:20 +01:00
2009-03-26 18:14:20 +01:00
2010-03-17 16:18:56 +01:00
2009-03-26 18:14:20 +01:00
2009-03-26 18:14:20 +01:00
2009-06-09 15:16:34 +02:00
2009-11-04 09:50:58 -08:00
2009-03-26 16:11:41 -07:00
2009-11-04 09:50:58 -08:00
2009-03-26 18:14:20 +01:00
2009-03-26 18:14:20 +01:00
2009-11-04 09:50:58 -08:00