Searched refs:cl_common (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/sched/
H A Dsch_hfsc.c112 struct Qdisc_class_common cl_common; member in struct:hfsc_class
871 return container_of(clc, struct hfsc_class, cl_common);
964 cl->cl_parent->cl_common.classid != parentid)
1058 cl->cl_common.classid = classid;
1078 qdisc_class_hash_insert(&q->clhash, &cl->cl_common);
1110 if (cl->level > 0 || qdisc_class_in_use(&cl->cl_common) ||
1122 qdisc_class_hash_remove(&q->clhash, &cl->cl_common);
1195 cl->cl_common.classid, NULL);
1243 qdisc_class_get(&cl->cl_common);
1254 qdisc_class_put(&cl->cl_common);
[all...]

Completed in 207 milliseconds