kernel/include/net/tc_act/tc_gact.h
.. .. @@ -22,7 +22,7 @@ 22 22 #ifdef CONFIG_NET_CLS_ACT 23 23 struct tcf_gact *gact; 24 24 25 - if (a->ops && a->ops->type != TCA_ACT_GACT)25 + if (a->ops && a->ops->id != TCA_ID_GACT)26 26 return false; 27 27 28 28 gact = to_gact(a);