--- zzzz-none-000/linux-4.9.218/include/net/sch_generic.h 2020-04-02 15:20:41.000000000 +0000 +++ seale-7590ax-750/linux-4.9.218/include/net/sch_generic.h 2023-03-29 10:59:08.000000000 +0000 @@ -66,6 +66,7 @@ #define TCQ_F_NOPARENT 0x40 /* root of its hierarchy : * qdisc_tree_decrease_qlen() should stop. */ +#define TCQ_F_OFFLOADED 0x200 /* qdisc is offloaded to HW */ u32 limit; const struct Qdisc_ops *ops; struct qdisc_size_table __rcu *stab;