kernel/include/net/tc_act/tc_csum.h
.. .. @@ -21,7 +21,7 @@ 21 21 static inline bool is_tcf_csum(const struct tc_action *a) 22 22 { 23 23 #ifdef CONFIG_NET_CLS_ACT 24 - if (a->ops && a->ops->type == TCA_ACT_CSUM)24 + if (a->ops && a->ops->id == TCA_ID_CSUM)25 25 return true; 26 26 #endif 27 27 return false;