hc
2024-05-10 ee930fffee469d076998274a2ca55e13dc1efb67
kernel/include/net/tc_act/tc_gact.h
....@@ -22,7 +22,7 @@
2222 #ifdef CONFIG_NET_CLS_ACT
2323 struct tcf_gact *gact;
2424
25
- if (a->ops && a->ops->type != TCA_ACT_GACT)
25
+ if (a->ops && a->ops->id != TCA_ID_GACT)
2626 return false;
2727
2828 gact = to_gact(a);