--- zzzz-none-000/linux-3.10.107/include/net/tc_act/tc_ipt.h 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/include/net/tc_act/tc_ipt.h 2021-02-04 17:41:59.000000000 +0000 @@ -11,7 +11,7 @@ char *tcfi_tname; struct xt_entry_target *tcfi_t; }; -#define to_ipt(pc) \ - container_of(pc, struct tcf_ipt, common) +#define to_ipt(a) \ + container_of(a->priv, struct tcf_ipt, common) #endif /* __NET_TC_IPT_H */