Searched defs:Qdisc_ops (Results 1 – 1 of 1) sorted by relevance
282 struct Qdisc_ops { struct283 struct Qdisc_ops *next; argument284 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