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

/net/sched/
H A Dsch_hfsc.c112 struct Qdisc_class_common cl_common; member in struct:hfsc_class
928 return container_of(clc, struct hfsc_class, cl_common);
1009 cl->cl_parent->cl_common.classid != parentid)
1085 cl->cl_common.classid = classid;
1098 qdisc_class_hash_insert(&q->clhash, &cl->cl_common);
1139 qdisc_class_hash_remove(&q->clhash, &cl->cl_common);
1213 cl->cl_common.classid);
1348 tcm->tcm_parent = cl->cl_parent ? cl->cl_parent->cl_common.classid :
1350 tcm->tcm_handle = cl->cl_common.classid;
1401 cl_common
[all...]

Completed in 22 milliseconds