Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_hfsc.c112 struct Qdisc_class_common cl_common; member
863 return container_of(clc, struct hfsc_class, cl_common); in hfsc_find_class()
957 cl->cl_parent->cl_common.classid != parentid) in hfsc_change_class()
1057 cl->cl_common.classid = classid; in hfsc_change_class()
1077 qdisc_class_hash_insert(&q->clhash, &cl->cl_common); in hfsc_change_class()
1109 if (cl->level > 0 || qdisc_class_in_use(&cl->cl_common) || in hfsc_delete_class()
1121 qdisc_class_hash_remove(&q->clhash, &cl->cl_common); in hfsc_delete_class()
1194 cl->cl_common.classid, NULL); in hfsc_graft_class()
1243 qdisc_class_get(&cl->cl_common); in hfsc_bind_tcf()
1254 qdisc_class_put(&cl->cl_common); in hfsc_unbind_tcf()
[all …]