Jan Engelhardt
d6b00a5345
netfilter: xtables: change targets to return error code
Part of the transition of done by this semantic patch:
// <smpl>
@ rule1 @
struct xt_target ops;
identifier check;
@@
ops.checkentry = check;
@@
identifier rule1.check;
@@
check(...) { <...
-return true;
+return 0;
...> }
@@
identifier rule1.check;
@@
check(...) { <...
-return false;
+return -EINVAL;
...> }
// </smpl>
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
2010-03-25 16:55:49 +01:00
..
2010-03-25 15:02:19 +01:00
2010-03-25 16:04:33 +01:00
2010-02-10 17:50:47 +01:00
2009-12-08 07:55:01 -08:00
2010-03-25 16:55:24 +01:00
2010-03-25 16:55:24 +01:00
2010-03-25 16:55:24 +01:00
2010-03-25 16:55:49 +01:00
2010-03-25 16:55:24 +01:00
2010-03-25 16:55:49 +01:00
2010-03-25 16:55:49 +01:00
2010-03-25 16:55:49 +01:00
2010-03-25 16:55:49 +01:00
2010-03-25 16:55:49 +01:00
2010-03-25 16:55:49 +01:00
2010-03-25 16:55:49 +01:00
2010-02-10 17:50:47 +01:00
2010-02-15 16:56:51 +01:00
2010-02-10 17:50:47 +01:00
2010-02-10 17:50:47 +01:00
2009-03-16 15:17:23 +01:00
2009-02-18 18:39:31 +01:00
2010-02-08 11:18:07 -08:00
2010-02-15 18:13:33 +01:00
2010-02-15 18:13:33 +01:00
2010-02-18 19:04:44 +01:00
2010-02-15 18:13:33 +01:00
2010-01-11 11:49:51 +01:00
2010-03-19 16:04:10 +01:00
2010-02-11 12:27:09 +01:00
2008-10-31 00:53:08 -07:00
2010-02-15 18:13:33 +01:00
2008-08-18 21:32:32 -07:00
2009-06-09 18:05:28 -07:00
2010-03-25 16:55:49 +01:00
2010-02-11 12:29:38 +01:00
2010-01-04 15:21:31 +01:00
2009-11-23 23:17:06 +01:00