Searched refs:htb_find (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/sched/ |
H A D | sch_htb.c | 186 static inline struct htb_class *htb_find(u32 handle, struct Qdisc *sch) in htb_find() function 199 return (unsigned long)htb_find(handle, sch); in htb_search() 234 cl = htb_find(skb->priority, sch); in htb_classify() 261 cl = htb_find(res.classid, sch); in htb_classify() 272 cl = htb_find(TC_H_MAKE(TC_H_MAJ(sch->handle), q->defcls), sch); in htb_classify() 1593 struct htb_class *moved_cl = htb_find(classid, sch); in htb_destroy_class_offload() 1786 parent = parentid == TC_H_ROOT ? NULL : htb_find(parentid, sch); in htb_change_class() 1837 htb_find(classid, sch)) in htb_change_class() 2083 struct htb_class *cl = htb_find(classid, sch); in htb_bind_filter()
|