Jan Engelhardt
0d34545563
netfilter: xtables: make use of caller family rather than target family
Supplement to aa5fa3185791aac71c9172d4fda3e8729164b5d1.
The semantic patch for this change is:
// <smpl>
@@
struct xt_target_param *par;
@@
-par->target->family
+par->family
@@
struct xt_tgchk_param *par;
@@
-par->target->family
+par->family
@@
struct xt_tgdtor_param *par;
@@
-par->target->family
+par->family
// </smpl>
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
2010-03-25 02:54:51 +01:00
..
2010-02-26 17:53:31 +01:00
2010-02-10 17:50:47 +01:00
2009-12-08 07:55:01 -08:00
2010-02-26 17:53:31 +01:00
2008-11-04 14:21:48 +01:00
2010-03-18 14:20:07 +01:00
2010-03-25 02:54:51 +01:00
2009-11-23 23:17:06 +01:00
2009-12-09 19:43:33 -08:00
2009-11-23 23:17:06 +01:00
2009-11-23 23:17:06 +01:00
2009-11-23 23:17:06 +01:00
2010-02-15 16:59:28 +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
2009-06-09 18:05:28 -07:00
2010-02-10 17:50:47 +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