--- zzzz-none-000/linux-3.10.107/include/net/tc_act/tc_pedit.h 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/include/net/tc_act/tc_pedit.h 2021-02-04 17:41:59.000000000 +0000 @@ -9,7 +9,7 @@ unsigned char tcfp_flags; struct tc_pedit_key *tcfp_keys; }; -#define to_pedit(pc) \ - container_of(pc, struct tcf_pedit, common) +#define to_pedit(a) \ + container_of(a->priv, struct tcf_pedit, common) #endif /* __NET_TC_PED_H */