--- zzzz-none-000/linux-3.10.107/include/net/tc_act/tc_defact.h 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/include/net/tc_act/tc_defact.h 2021-02-04 17:41:59.000000000 +0000 @@ -8,7 +8,7 @@ u32 tcfd_datalen; void *tcfd_defdata; }; -#define to_defact(pc) \ - container_of(pc, struct tcf_defact, common) +#define to_defact(a) \ + container_of(a->priv, struct tcf_defact, common) #endif /* __NET_TC_DEF_H */