Searched defs:Qdisc_ops (Results 1 – 1 of 1) sorted by relevance
287 struct Qdisc_ops { struct288 struct Qdisc_ops *next; argument289 const struct Qdisc_class_ops *cl_ops;290 char id[IFNAMSIZ];291 int priv_size;292 unsigned int static_flags;302 void (*reset)(struct Qdisc *);303 void (*destroy)(struct Qdisc *);304 int (*change)(struct Qdisc *sch,307 void (*attach)(struct Qdisc *sch);[all …]
Completed in 26 milliseconds