Searched defs:Qdisc_ops (Results 1 – 1 of 1) sorted by relevance
296 struct Qdisc_ops { struct297 struct Qdisc_ops *next; argument298 const struct Qdisc_class_ops *cl_ops;299 char id[IFNAMSIZ];300 int priv_size;301 unsigned int static_flags;311 void (*reset)(struct Qdisc *);312 void (*destroy)(struct Qdisc *);313 int (*change)(struct Qdisc *sch,316 void (*attach)(struct Qdisc *sch);[all …]
Completed in 10 milliseconds