Skip to content
Snippets Groups Projects
Commit 0d345455 authored by Jan Engelhardt's avatar Jan Engelhardt
Browse files

netfilter: xtables: make use of caller family rather than target family


Supplement to aa5fa318.
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: default avatarJan Engelhardt <jengelh@medozas.de>
parent 2c46cd81
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment