Qdisc_class_opsRegular
4.4: ✅struct Qdisc_class_ops {
struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
int (*graft)(struct Qdisc *, long unsigned int, struct Qdisc *, struct Qdisc **);
struct Qdisc * (*leaf)(struct Qdisc *, long unsigned int);
void (*qlen_notify)(struct Qdisc *, long unsigned int);
long unsigned int (*get)(struct Qdisc *, u32);
void (*put)(struct Qdisc *, long unsigned int);
int (*change)(struct Qdisc *, u32, u32, struct nlattr **, long unsigned int *);
int (*delete)(struct Qdisc *, long unsigned int);
void (*walk)(struct Qdisc *, struct qdisc_walker *);
struct tcf_proto ** (*tcf_chain)(struct Qdisc *, long unsigned int);
long unsigned int (*bind_tcf)(struct Qdisc *, long unsigned int, u32);
void (*unbind_tcf)(struct Qdisc *, long unsigned int);
int (*dump)(struct Qdisc *, long unsigned int, struct sk_buff *, struct tcmsg *);
int (*dump_stats)(struct Qdisc *, long unsigned int, struct gnet_dump *);
};
4.8: ✅struct Qdisc_class_ops {
struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
int (*graft)(struct Qdisc *, long unsigned int, struct Qdisc *, struct Qdisc **);
struct Qdisc * (*leaf)(struct Qdisc *, long unsigned int);
void (*qlen_notify)(struct Qdisc *, long unsigned int);
long unsigned int (*get)(struct Qdisc *, u32);
void (*put)(struct Qdisc *, long unsigned int);
int (*change)(struct Qdisc *, u32, u32, struct nlattr **, long unsigned int *);
int (*delete)(struct Qdisc *, long unsigned int);
void (*walk)(struct Qdisc *, struct qdisc_walker *);
struct tcf_proto ** (*tcf_chain)(struct Qdisc *, long unsigned int);
bool (*tcf_cl_offload)(u32);
long unsigned int (*bind_tcf)(struct Qdisc *, long unsigned int, u32);
void (*unbind_tcf)(struct Qdisc *, long unsigned int);
int (*dump)(struct Qdisc *, long unsigned int, struct sk_buff *, struct tcmsg *);
int (*dump_stats)(struct Qdisc *, long unsigned int, struct gnet_dump *);
};
4.10: ✅struct Qdisc_class_ops {
struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
int (*graft)(struct Qdisc *, long unsigned int, struct Qdisc *, struct Qdisc **);
struct Qdisc * (*leaf)(struct Qdisc *, long unsigned int);
void (*qlen_notify)(struct Qdisc *, long unsigned int);
long unsigned int (*get)(struct Qdisc *, u32);
void (*put)(struct Qdisc *, long unsigned int);
int (*change)(struct Qdisc *, u32, u32, struct nlattr **, long unsigned int *);
int (*delete)(struct Qdisc *, long unsigned int);
void (*walk)(struct Qdisc *, struct qdisc_walker *);
struct tcf_proto ** (*tcf_chain)(struct Qdisc *, long unsigned int);
bool (*tcf_cl_offload)(u32);
long unsigned int (*bind_tcf)(struct Qdisc *, long unsigned int, u32);
void (*unbind_tcf)(struct Qdisc *, long unsigned int);
int (*dump)(struct Qdisc *, long unsigned int, struct sk_buff *, struct tcmsg *);
int (*dump_stats)(struct Qdisc *, long unsigned int, struct gnet_dump *);
};
4.13: ✅struct Qdisc_class_ops {
struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
int (*graft)(struct Qdisc *, long unsigned int, struct Qdisc *, struct Qdisc **);
struct Qdisc * (*leaf)(struct Qdisc *, long unsigned int);
void (*qlen_notify)(struct Qdisc *, long unsigned int);
long unsigned int (*get)(struct Qdisc *, u32);
void (*put)(struct Qdisc *, long unsigned int);
int (*change)(struct Qdisc *, u32, u32, struct nlattr **, long unsigned int *);
int (*delete)(struct Qdisc *, long unsigned int);
void (*walk)(struct Qdisc *, struct qdisc_walker *);
struct tcf_block * (*tcf_block)(struct Qdisc *, long unsigned int);
bool (*tcf_cl_offload)(u32);
long unsigned int (*bind_tcf)(struct Qdisc *, long unsigned int, u32);
void (*unbind_tcf)(struct Qdisc *, long unsigned int);
int (*dump)(struct Qdisc *, long unsigned int, struct sk_buff *, struct tcmsg *);
int (*dump_stats)(struct Qdisc *, long unsigned int, struct gnet_dump *);
};
4.15: ✅struct Qdisc_class_ops {
struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
int (*graft)(struct Qdisc *, long unsigned int, struct Qdisc *, struct Qdisc **);
struct Qdisc * (*leaf)(struct Qdisc *, long unsigned int);
void (*qlen_notify)(struct Qdisc *, long unsigned int);
long unsigned int (*find)(struct Qdisc *, u32);
int (*change)(struct Qdisc *, u32, u32, struct nlattr **, long unsigned int *);
int (*delete)(struct Qdisc *, long unsigned int);
void (*walk)(struct Qdisc *, struct qdisc_walker *);
struct tcf_block * (*tcf_block)(struct Qdisc *, long unsigned int);
long unsigned int (*bind_tcf)(struct Qdisc *, long unsigned int, u32);
void (*unbind_tcf)(struct Qdisc *, long unsigned int);
int (*dump)(struct Qdisc *, long unsigned int, struct sk_buff *, struct tcmsg *);
int (*dump_stats)(struct Qdisc *, long unsigned int, struct gnet_dump *);
};
4.18: ✅struct Qdisc_class_ops {
struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
int (*graft)(struct Qdisc *, long unsigned int, struct Qdisc *, struct Qdisc **, struct netlink_ext_ack *);
struct Qdisc * (*leaf)(struct Qdisc *, long unsigned int);
void (*qlen_notify)(struct Qdisc *, long unsigned int);
long unsigned int (*find)(struct Qdisc *, u32);
int (*change)(struct Qdisc *, u32, u32, struct nlattr **, long unsigned int *, struct netlink_ext_ack *);
int (*delete)(struct Qdisc *, long unsigned int);
void (*walk)(struct Qdisc *, struct qdisc_walker *);
struct tcf_block * (*tcf_block)(struct Qdisc *, long unsigned int, struct netlink_ext_ack *);
long unsigned int (*bind_tcf)(struct Qdisc *, long unsigned int, u32);
void (*unbind_tcf)(struct Qdisc *, long unsigned int);
int (*dump)(struct Qdisc *, long unsigned int, struct sk_buff *, struct tcmsg *);
int (*dump_stats)(struct Qdisc *, long unsigned int, struct gnet_dump *);
};
5.0: ✅struct Qdisc_class_ops {
struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
int (*graft)(struct Qdisc *, long unsigned int, struct Qdisc *, struct Qdisc **, struct netlink_ext_ack *);
struct Qdisc * (*leaf)(struct Qdisc *, long unsigned int);
void (*qlen_notify)(struct Qdisc *, long unsigned int);
long unsigned int (*find)(struct Qdisc *, u32);
int (*change)(struct Qdisc *, u32, u32, struct nlattr **, long unsigned int *, struct netlink_ext_ack *);
int (*delete)(struct Qdisc *, long unsigned int);
void (*walk)(struct Qdisc *, struct qdisc_walker *);
struct tcf_block * (*tcf_block)(struct Qdisc *, long unsigned int, struct netlink_ext_ack *);
long unsigned int (*bind_tcf)(struct Qdisc *, long unsigned int, u32);
void (*unbind_tcf)(struct Qdisc *, long unsigned int);
int (*dump)(struct Qdisc *, long unsigned int, struct sk_buff *, struct tcmsg *);
int (*dump_stats)(struct Qdisc *, long unsigned int, struct gnet_dump *);
};
5.3: ✅struct Qdisc_class_ops {
unsigned int flags;
struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
int (*graft)(struct Qdisc *, long unsigned int, struct Qdisc *, struct Qdisc **, struct netlink_ext_ack *);
struct Qdisc * (*leaf)(struct Qdisc *, long unsigned int);
void (*qlen_notify)(struct Qdisc *, long unsigned int);
long unsigned int (*find)(struct Qdisc *, u32);
int (*change)(struct Qdisc *, u32, u32, struct nlattr **, long unsigned int *, struct netlink_ext_ack *);
int (*delete)(struct Qdisc *, long unsigned int);
void (*walk)(struct Qdisc *, struct qdisc_walker *);
struct tcf_block * (*tcf_block)(struct Qdisc *, long unsigned int, struct netlink_ext_ack *);
long unsigned int (*bind_tcf)(struct Qdisc *, long unsigned int, u32);
void (*unbind_tcf)(struct Qdisc *, long unsigned int);
int (*dump)(struct Qdisc *, long unsigned int, struct sk_buff *, struct tcmsg *);
int (*dump_stats)(struct Qdisc *, long unsigned int, struct gnet_dump *);
};
5.4: ✅struct Qdisc_class_ops {
unsigned int flags;
struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
int (*graft)(struct Qdisc *, long unsigned int, struct Qdisc *, struct Qdisc **, struct netlink_ext_ack *);
struct Qdisc * (*leaf)(struct Qdisc *, long unsigned int);
void (*qlen_notify)(struct Qdisc *, long unsigned int);
long unsigned int (*find)(struct Qdisc *, u32);
int (*change)(struct Qdisc *, u32, u32, struct nlattr **, long unsigned int *, struct netlink_ext_ack *);
int (*delete)(struct Qdisc *, long unsigned int);
void (*walk)(struct Qdisc *, struct qdisc_walker *);
struct tcf_block * (*tcf_block)(struct Qdisc *, long unsigned int, struct netlink_ext_ack *);
long unsigned int (*bind_tcf)(struct Qdisc *, long unsigned int, u32);
void (*unbind_tcf)(struct Qdisc *, long unsigned int);
int (*dump)(struct Qdisc *, long unsigned int, struct sk_buff *, struct tcmsg *);
int (*dump_stats)(struct Qdisc *, long unsigned int, struct gnet_dump *);
};
5.8: ✅struct Qdisc_class_ops {
unsigned int flags;
struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
int (*graft)(struct Qdisc *, long unsigned int, struct Qdisc *, struct Qdisc **, struct netlink_ext_ack *);
struct Qdisc * (*leaf)(struct Qdisc *, long unsigned int);
void (*qlen_notify)(struct Qdisc *, long unsigned int);
long unsigned int (*find)(struct Qdisc *, u32);
int (*change)(struct Qdisc *, u32, u32, struct nlattr **, long unsigned int *, struct netlink_ext_ack *);
int (*delete)(struct Qdisc *, long unsigned int);
void (*walk)(struct Qdisc *, struct qdisc_walker *);
struct tcf_block * (*tcf_block)(struct Qdisc *, long unsigned int, struct netlink_ext_ack *);
long unsigned int (*bind_tcf)(struct Qdisc *, long unsigned int, u32);
void (*unbind_tcf)(struct Qdisc *, long unsigned int);
int (*dump)(struct Qdisc *, long unsigned int, struct sk_buff *, struct tcmsg *);
int (*dump_stats)(struct Qdisc *, long unsigned int, struct gnet_dump *);
};
5.11: ✅struct Qdisc_class_ops {
unsigned int flags;
struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
int (*graft)(struct Qdisc *, long unsigned int, struct Qdisc *, struct Qdisc **, struct netlink_ext_ack *);
struct Qdisc * (*leaf)(struct Qdisc *, long unsigned int);
void (*qlen_notify)(struct Qdisc *, long unsigned int);
long unsigned int (*find)(struct Qdisc *, u32);
int (*change)(struct Qdisc *, u32, u32, struct nlattr **, long unsigned int *, struct netlink_ext_ack *);
int (*delete)(struct Qdisc *, long unsigned int);
void (*walk)(struct Qdisc *, struct qdisc_walker *);
struct tcf_block * (*tcf_block)(struct Qdisc *, long unsigned int, struct netlink_ext_ack *);
long unsigned int (*bind_tcf)(struct Qdisc *, long unsigned int, u32);
void (*unbind_tcf)(struct Qdisc *, long unsigned int);
int (*dump)(struct Qdisc *, long unsigned int, struct sk_buff *, struct tcmsg *);
int (*dump_stats)(struct Qdisc *, long unsigned int, struct gnet_dump *);
};
5.13: ✅struct Qdisc_class_ops {
unsigned int flags;
struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
int (*graft)(struct Qdisc *, long unsigned int, struct Qdisc *, struct Qdisc **, struct netlink_ext_ack *);
struct Qdisc * (*leaf)(struct Qdisc *, long unsigned int);
void (*qlen_notify)(struct Qdisc *, long unsigned int);
long unsigned int (*find)(struct Qdisc *, u32);
int (*change)(struct Qdisc *, u32, u32, struct nlattr **, long unsigned int *, struct netlink_ext_ack *);
int (*delete)(struct Qdisc *, long unsigned int, struct netlink_ext_ack *);
void (*walk)(struct Qdisc *, struct qdisc_walker *);
struct tcf_block * (*tcf_block)(struct Qdisc *, long unsigned int, struct netlink_ext_ack *);
long unsigned int (*bind_tcf)(struct Qdisc *, long unsigned int, u32);
void (*unbind_tcf)(struct Qdisc *, long unsigned int);
int (*dump)(struct Qdisc *, long unsigned int, struct sk_buff *, struct tcmsg *);
int (*dump_stats)(struct Qdisc *, long unsigned int, struct gnet_dump *);
};
5.15: ✅struct Qdisc_class_ops {
unsigned int flags;
struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
int (*graft)(struct Qdisc *, long unsigned int, struct Qdisc *, struct Qdisc **, struct netlink_ext_ack *);
struct Qdisc * (*leaf)(struct Qdisc *, long unsigned int);
void (*qlen_notify)(struct Qdisc *, long unsigned int);
long unsigned int (*find)(struct Qdisc *, u32);
int (*change)(struct Qdisc *, u32, u32, struct nlattr **, long unsigned int *, struct netlink_ext_ack *);
int (*delete)(struct Qdisc *, long unsigned int, struct netlink_ext_ack *);
void (*walk)(struct Qdisc *, struct qdisc_walker *);
struct tcf_block * (*tcf_block)(struct Qdisc *, long unsigned int, struct netlink_ext_ack *);
long unsigned int (*bind_tcf)(struct Qdisc *, long unsigned int, u32);
void (*unbind_tcf)(struct Qdisc *, long unsigned int);
int (*dump)(struct Qdisc *, long unsigned int, struct sk_buff *, struct tcmsg *);
int (*dump_stats)(struct Qdisc *, long unsigned int, struct gnet_dump *);
};
5.19: ✅struct Qdisc_class_ops {
unsigned int flags;
struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
int (*graft)(struct Qdisc *, long unsigned int, struct Qdisc *, struct Qdisc **, struct netlink_ext_ack *);
struct Qdisc * (*leaf)(struct Qdisc *, long unsigned int);
void (*qlen_notify)(struct Qdisc *, long unsigned int);
long unsigned int (*find)(struct Qdisc *, u32);
int (*change)(struct Qdisc *, u32, u32, struct nlattr **, long unsigned int *, struct netlink_ext_ack *);
int (*delete)(struct Qdisc *, long unsigned int, struct netlink_ext_ack *);
void (*walk)(struct Qdisc *, struct qdisc_walker *);
struct tcf_block * (*tcf_block)(struct Qdisc *, long unsigned int, struct netlink_ext_ack *);
long unsigned int (*bind_tcf)(struct Qdisc *, long unsigned int, u32);
void (*unbind_tcf)(struct Qdisc *, long unsigned int);
int (*dump)(struct Qdisc *, long unsigned int, struct sk_buff *, struct tcmsg *);
int (*dump_stats)(struct Qdisc *, long unsigned int, struct gnet_dump *);
};
6.2: ✅struct Qdisc_class_ops {
unsigned int flags;
struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
int (*graft)(struct Qdisc *, long unsigned int, struct Qdisc *, struct Qdisc **, struct netlink_ext_ack *);
struct Qdisc * (*leaf)(struct Qdisc *, long unsigned int);
void (*qlen_notify)(struct Qdisc *, long unsigned int);
long unsigned int (*find)(struct Qdisc *, u32);
int (*change)(struct Qdisc *, u32, u32, struct nlattr **, long unsigned int *, struct netlink_ext_ack *);
int (*delete)(struct Qdisc *, long unsigned int, struct netlink_ext_ack *);
void (*walk)(struct Qdisc *, struct qdisc_walker *);
struct tcf_block * (*tcf_block)(struct Qdisc *, long unsigned int, struct netlink_ext_ack *);
long unsigned int (*bind_tcf)(struct Qdisc *, long unsigned int, u32);
void (*unbind_tcf)(struct Qdisc *, long unsigned int);
int (*dump)(struct Qdisc *, long unsigned int, struct sk_buff *, struct tcmsg *);
int (*dump_stats)(struct Qdisc *, long unsigned int, struct gnet_dump *);
};
6.5: ✅struct Qdisc_class_ops {
unsigned int flags;
struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
int (*graft)(struct Qdisc *, long unsigned int, struct Qdisc *, struct Qdisc **, struct netlink_ext_ack *);
struct Qdisc * (*leaf)(struct Qdisc *, long unsigned int);
void (*qlen_notify)(struct Qdisc *, long unsigned int);
long unsigned int (*find)(struct Qdisc *, u32);
int (*change)(struct Qdisc *, u32, u32, struct nlattr **, long unsigned int *, struct netlink_ext_ack *);
int (*delete)(struct Qdisc *, long unsigned int, struct netlink_ext_ack *);
void (*walk)(struct Qdisc *, struct qdisc_walker *);
struct tcf_block * (*tcf_block)(struct Qdisc *, long unsigned int, struct netlink_ext_ack *);
long unsigned int (*bind_tcf)(struct Qdisc *, long unsigned int, u32);
void (*unbind_tcf)(struct Qdisc *, long unsigned int);
int (*dump)(struct Qdisc *, long unsigned int, struct sk_buff *, struct tcmsg *);
int (*dump_stats)(struct Qdisc *, long unsigned int, struct gnet_dump *);
};
6.8: ✅struct Qdisc_class_ops {
unsigned int flags;
struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
int (*graft)(struct Qdisc *, long unsigned int, struct Qdisc *, struct Qdisc **, struct netlink_ext_ack *);
struct Qdisc * (*leaf)(struct Qdisc *, long unsigned int);
void (*qlen_notify)(struct Qdisc *, long unsigned int);
long unsigned int (*find)(struct Qdisc *, u32);
int (*change)(struct Qdisc *, u32, u32, struct nlattr **, long unsigned int *, struct netlink_ext_ack *);
int (*delete)(struct Qdisc *, long unsigned int, struct netlink_ext_ack *);
void (*walk)(struct Qdisc *, struct qdisc_walker *);
struct tcf_block * (*tcf_block)(struct Qdisc *, long unsigned int, struct netlink_ext_ack *);
long unsigned int (*bind_tcf)(struct Qdisc *, long unsigned int, u32);
void (*unbind_tcf)(struct Qdisc *, long unsigned int);
int (*dump)(struct Qdisc *, long unsigned int, struct sk_buff *, struct tcmsg *);
int (*dump_stats)(struct Qdisc *, long unsigned int, struct gnet_dump *);
};
arm64: ✅struct Qdisc_class_ops {
unsigned int flags;
struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
int (*graft)(struct Qdisc *, long unsigned int, struct Qdisc *, struct Qdisc **, struct netlink_ext_ack *);
struct Qdisc * (*leaf)(struct Qdisc *, long unsigned int);
void (*qlen_notify)(struct Qdisc *, long unsigned int);
long unsigned int (*find)(struct Qdisc *, u32);
int (*change)(struct Qdisc *, u32, u32, struct nlattr **, long unsigned int *, struct netlink_ext_ack *);
int (*delete)(struct Qdisc *, long unsigned int);
void (*walk)(struct Qdisc *, struct qdisc_walker *);
struct tcf_block * (*tcf_block)(struct Qdisc *, long unsigned int, struct netlink_ext_ack *);
long unsigned int (*bind_tcf)(struct Qdisc *, long unsigned int, u32);
void (*unbind_tcf)(struct Qdisc *, long unsigned int);
int (*dump)(struct Qdisc *, long unsigned int, struct sk_buff *, struct tcmsg *);
int (*dump_stats)(struct Qdisc *, long unsigned int, struct gnet_dump *);
};
armhf: ✅struct Qdisc_class_ops {
unsigned int flags;
struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
int (*graft)(struct Qdisc *, long unsigned int, struct Qdisc *, struct Qdisc **, struct netlink_ext_ack *);
struct Qdisc * (*leaf)(struct Qdisc *, long unsigned int);
void (*qlen_notify)(struct Qdisc *, long unsigned int);
long unsigned int (*find)(struct Qdisc *, u32);
int (*change)(struct Qdisc *, u32, u32, struct nlattr **, long unsigned int *, struct netlink_ext_ack *);
int (*delete)(struct Qdisc *, long unsigned int);
void (*walk)(struct Qdisc *, struct qdisc_walker *);
struct tcf_block * (*tcf_block)(struct Qdisc *, long unsigned int, struct netlink_ext_ack *);
long unsigned int (*bind_tcf)(struct Qdisc *, long unsigned int, u32);
void (*unbind_tcf)(struct Qdisc *, long unsigned int);
int (*dump)(struct Qdisc *, long unsigned int, struct sk_buff *, struct tcmsg *);
int (*dump_stats)(struct Qdisc *, long unsigned int, struct gnet_dump *);
};
ppc64el: ✅struct Qdisc_class_ops {
unsigned int flags;
struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
int (*graft)(struct Qdisc *, long unsigned int, struct Qdisc *, struct Qdisc **, struct netlink_ext_ack *);
struct Qdisc * (*leaf)(struct Qdisc *, long unsigned int);
void (*qlen_notify)(struct Qdisc *, long unsigned int);
long unsigned int (*find)(struct Qdisc *, u32);
int (*change)(struct Qdisc *, u32, u32, struct nlattr **, long unsigned int *, struct netlink_ext_ack *);
int (*delete)(struct Qdisc *, long unsigned int);
void (*walk)(struct Qdisc *, struct qdisc_walker *);
struct tcf_block * (*tcf_block)(struct Qdisc *, long unsigned int, struct netlink_ext_ack *);
long unsigned int (*bind_tcf)(struct Qdisc *, long unsigned int, u32);
void (*unbind_tcf)(struct Qdisc *, long unsigned int);
int (*dump)(struct Qdisc *, long unsigned int, struct sk_buff *, struct tcmsg *);
int (*dump_stats)(struct Qdisc *, long unsigned int, struct gnet_dump *);
};
riscv64: ✅struct Qdisc_class_ops {
unsigned int flags;
struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
int (*graft)(struct Qdisc *, long unsigned int, struct Qdisc *, struct Qdisc **, struct netlink_ext_ack *);
struct Qdisc * (*leaf)(struct Qdisc *, long unsigned int);
void (*qlen_notify)(struct Qdisc *, long unsigned int);
long unsigned int (*find)(struct Qdisc *, u32);
int (*change)(struct Qdisc *, u32, u32, struct nlattr **, long unsigned int *, struct netlink_ext_ack *);
int (*delete)(struct Qdisc *, long unsigned int);
void (*walk)(struct Qdisc *, struct qdisc_walker *);
struct tcf_block * (*tcf_block)(struct Qdisc *, long unsigned int, struct netlink_ext_ack *);
long unsigned int (*bind_tcf)(struct Qdisc *, long unsigned int, u32);
void (*unbind_tcf)(struct Qdisc *, long unsigned int);
int (*dump)(struct Qdisc *, long unsigned int, struct sk_buff *, struct tcmsg *);
int (*dump_stats)(struct Qdisc *, long unsigned int, struct gnet_dump *);
};
aws: ✅struct Qdisc_class_ops {
unsigned int flags;
struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
int (*graft)(struct Qdisc *, long unsigned int, struct Qdisc *, struct Qdisc **, struct netlink_ext_ack *);
struct Qdisc * (*leaf)(struct Qdisc *, long unsigned int);
void (*qlen_notify)(struct Qdisc *, long unsigned int);
long unsigned int (*find)(struct Qdisc *, u32);
int (*change)(struct Qdisc *, u32, u32, struct nlattr **, long unsigned int *, struct netlink_ext_ack *);
int (*delete)(struct Qdisc *, long unsigned int);
void (*walk)(struct Qdisc *, struct qdisc_walker *);
struct tcf_block * (*tcf_block)(struct Qdisc *, long unsigned int, struct netlink_ext_ack *);
long unsigned int (*bind_tcf)(struct Qdisc *, long unsigned int, u32);
void (*unbind_tcf)(struct Qdisc *, long unsigned int);
int (*dump)(struct Qdisc *, long unsigned int, struct sk_buff *, struct tcmsg *);
int (*dump_stats)(struct Qdisc *, long unsigned int, struct gnet_dump *);
};
azure: ✅struct Qdisc_class_ops {
unsigned int flags;
struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
int (*graft)(struct Qdisc *, long unsigned int, struct Qdisc *, struct Qdisc **, struct netlink_ext_ack *);
struct Qdisc * (*leaf)(struct Qdisc *, long unsigned int);
void (*qlen_notify)(struct Qdisc *, long unsigned int);
long unsigned int (*find)(struct Qdisc *, u32);
int (*change)(struct Qdisc *, u32, u32, struct nlattr **, long unsigned int *, struct netlink_ext_ack *);
int (*delete)(struct Qdisc *, long unsigned int);
void (*walk)(struct Qdisc *, struct qdisc_walker *);
struct tcf_block * (*tcf_block)(struct Qdisc *, long unsigned int, struct netlink_ext_ack *);
long unsigned int (*bind_tcf)(struct Qdisc *, long unsigned int, u32);
void (*unbind_tcf)(struct Qdisc *, long unsigned int);
int (*dump)(struct Qdisc *, long unsigned int, struct sk_buff *, struct tcmsg *);
int (*dump_stats)(struct Qdisc *, long unsigned int, struct gnet_dump *);
};
gcp: ✅struct Qdisc_class_ops {
unsigned int flags;
struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
int (*graft)(struct Qdisc *, long unsigned int, struct Qdisc *, struct Qdisc **, struct netlink_ext_ack *);
struct Qdisc * (*leaf)(struct Qdisc *, long unsigned int);
void (*qlen_notify)(struct Qdisc *, long unsigned int);
long unsigned int (*find)(struct Qdisc *, u32);
int (*change)(struct Qdisc *, u32, u32, struct nlattr **, long unsigned int *, struct netlink_ext_ack *);
int (*delete)(struct Qdisc *, long unsigned int);
void (*walk)(struct Qdisc *, struct qdisc_walker *);
struct tcf_block * (*tcf_block)(struct Qdisc *, long unsigned int, struct netlink_ext_ack *);
long unsigned int (*bind_tcf)(struct Qdisc *, long unsigned int, u32);
void (*unbind_tcf)(struct Qdisc *, long unsigned int);
int (*dump)(struct Qdisc *, long unsigned int, struct sk_buff *, struct tcmsg *);
int (*dump_stats)(struct Qdisc *, long unsigned int, struct gnet_dump *);
};
lowlatency: ✅struct Qdisc_class_ops {
unsigned int flags;
struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
int (*graft)(struct Qdisc *, long unsigned int, struct Qdisc *, struct Qdisc **, struct netlink_ext_ack *);
struct Qdisc * (*leaf)(struct Qdisc *, long unsigned int);
void (*qlen_notify)(struct Qdisc *, long unsigned int);
long unsigned int (*find)(struct Qdisc *, u32);
int (*change)(struct Qdisc *, u32, u32, struct nlattr **, long unsigned int *, struct netlink_ext_ack *);
int (*delete)(struct Qdisc *, long unsigned int);
void (*walk)(struct Qdisc *, struct qdisc_walker *);
struct tcf_block * (*tcf_block)(struct Qdisc *, long unsigned int, struct netlink_ext_ack *);
long unsigned int (*bind_tcf)(struct Qdisc *, long unsigned int, u32);
void (*unbind_tcf)(struct Qdisc *, long unsigned int);
int (*dump)(struct Qdisc *, long unsigned int, struct sk_buff *, struct tcmsg *);
int (*dump_stats)(struct Qdisc *, long unsigned int, struct gnet_dump *);
};
Regular
4.4 and 4.8 ⚠️bool (*tcf_cl_offload)(u32)
4.8 and 4.10 ✅
4.10 and 4.13 ⚠️struct tcf_block * (*tcf_block)(struct Qdisc *, long unsigned int)
struct tcf_proto ** (*tcf_chain)(struct Qdisc *, long unsigned int)
4.13 and 4.15 ⚠️long unsigned int (*find)(struct Qdisc *, u32)
long unsigned int (*get)(struct Qdisc *, u32)
void (*put)(struct Qdisc *, long unsigned int)
bool (*tcf_cl_offload)(u32)
4.15 and 4.18 ⚠️int (*graft)(struct Qdisc *, long unsigned int, struct Qdisc *, struct Qdisc **) ➡️ int (*graft)(struct Qdisc *, long unsigned int, struct Qdisc *, struct Qdisc **, struct netlink_ext_ack *)
int (*change)(struct Qdisc *, u32, u32, struct nlattr **, long unsigned int *) ➡️ int (*change)(struct Qdisc *, u32, u32, struct nlattr **, long unsigned int *, struct netlink_ext_ack *)
struct tcf_block * (*tcf_block)(struct Qdisc *, long unsigned int) ➡️ struct tcf_block * (*tcf_block)(struct Qdisc *, long unsigned int, struct netlink_ext_ack *)
4.18 and 5.0 ✅
5.0 and 5.3 ⚠️unsigned int flags
5.3 and 5.4 ✅
5.4 and 5.8 ✅
5.8 and 5.11 ✅
5.11 and 5.13 ⚠️int (*delete)(struct Qdisc *, long unsigned int) ➡️ int (*delete)(struct Qdisc *, long unsigned int, struct netlink_ext_ack *)
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ✅
6.2 and 6.5 ✅
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅