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-03-12 15:52:44 -08:00
2010-03-07 22:17:32 +01:00
2010-03-07 22:17:39 +01:00
2010-03-06 11:26:37 -08:00
2010-03-25 16:04:33 +01:00
2010-03-08 13:17:01 +01:00
2010-03-11 00:02:43 -08:00
2010-03-08 07:34:26 -08:00
2010-03-12 15:53:10 -08:00
2010-03-06 11:26:46 -08:00
2010-03-12 15:52:37 -08:00
2010-03-12 15:52:32 -08:00
2010-03-12 15:52:32 -08:00
2010-03-07 17:04:52 -08:00
2010-03-12 15:52:42 -08:00
2010-03-06 11:26:46 -08:00
2010-03-06 11:26:46 -08:00
2010-03-07 22:17:09 +01:00
2010-03-13 20:56:56 +01:00
2010-03-14 11:14:58 -07:00
2010-03-16 21:23:22 -07:00
2010-03-12 15:52:40 -08:00
2010-03-08 23:19:15 -08:00
2010-03-12 15:52:36 -08:00
2010-03-14 20:08:36 -04:00
2010-03-12 15:52:40 -08:00
2010-03-12 15:52:40 -08:00
2010-03-12 15:53:10 -08:00
2010-03-07 17:04:49 -08:00
2010-03-12 15:53:10 -08:00
2010-03-12 15:52:38 -08:00
2010-03-12 15:52:28 -08:00
2010-03-12 15:52:28 -08:00
2010-03-08 16:55:37 +01:00
2010-03-12 15:53:10 -08:00
2010-03-16 21:23:18 -07:00
2010-03-12 15:52:38 -08:00
2010-03-12 15:52:36 -08:00
2010-03-12 15:52:42 -08:00
2010-03-12 15:52:42 -08:00
2010-03-10 13:22:23 +01:00
2010-03-16 21:23:42 -07:00
2010-03-07 17:04:49 -08:00
2010-03-06 21:28:37 +01:00
2010-03-06 21:28:37 +01:00
2010-03-12 15:53:11 -08:00
2010-03-12 15:52:38 -08:00
2010-03-13 14:43:01 -08:00
2010-03-12 15:52:44 -08:00
2010-03-12 15:52:28 -08:00
2010-03-12 15:53:10 -08:00
2010-03-13 01:21:21 +01:00
2010-03-13 14:43:01 -08:00
2010-03-12 15:52:43 -08:00
2010-03-12 15:52:44 -08:00
2010-03-16 21:23:18 -07:00
2010-03-08 10:45:27 -08:00
2010-03-13 01:21:21 +01:00
2010-03-12 15:52:36 -08:00
2010-03-12 15:52:32 -08:00
2010-03-07 17:04:47 -08:00
2010-03-07 17:04:52 -08:00
2010-03-12 15:52:39 -08:00
2010-03-12 15:52:43 -08:00
2010-03-12 15:52:43 -08:00
2010-03-07 17:04:52 -08:00
2010-03-13 08:57:28 -06:00
2010-03-13 08:57:29 -06:00