diff options
| author | Jan Engelhardt <jengelh@medozas.de> | 2010-03-19 18:47:51 +0100 |
|---|---|---|
| committer | Jan Engelhardt <jengelh@medozas.de> | 2010-03-25 02:54:51 +0100 |
| commit | 0d34545563f99886b997be7da63f0e8084af3bc5 (patch) | |
| tree | 92b5212ed186ba719ce12e02d3bdb4330b3d1727 /tools/perf/util/scripting-engines/trace-event-python.c | |
| parent | 2c46cd8163b25bf6f38e612e9f1d162f0357c8f1 (diff) | |
| download | olio-linux-3.10-0d34545563f99886b997be7da63f0e8084af3bc5.tar.xz olio-linux-3.10-0d34545563f99886b997be7da63f0e8084af3bc5.zip | |
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>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions