Home
last modified time | relevance | path

Searched defs:Qdisc_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/include/net/
A Dsch_generic.h282 struct Qdisc_ops { struct
283 struct Qdisc_ops *next; argument
284 const struct Qdisc_class_ops *cl_ops;
285 char id[IFNAMSIZ];
286 int priv_size;
287 unsigned int static_flags;
297 void (*reset)(struct Qdisc *);
298 void (*destroy)(struct Qdisc *);
299 int (*change)(struct Qdisc *sch,
302 void (*attach)(struct Qdisc *sch);
[all …]

Completed in 8 milliseconds