--- zzzz-none-000/linux-3.10.107/include/net/tc_act/tc_csum.h 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/include/net/tc_act/tc_csum.h 2021-02-04 17:41:59.000000000 +0000 @@ -9,7 +9,7 @@ u32 update_flags; }; -#define to_tcf_csum(pc) \ - container_of(pc,struct tcf_csum,common) +#define to_tcf_csum(a) \ + container_of(a->priv,struct tcf_csum,common) #endif /* __NET_TC_CSUM_H */