Searched refs:htb_find (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/net/sched/ |
D | sch_htb.c | 187 static inline struct htb_class *htb_find(u32 handle, struct Qdisc *sch) in htb_find() function 200 return (unsigned long)htb_find(handle, sch); in htb_search() 231 cl = htb_find(skb->priority, sch); in htb_classify() 258 cl = htb_find(res.classid, sch); in htb_classify() 269 cl = htb_find(TC_H_MAKE(TC_H_MAJ(sch->handle), q->defcls), sch); in htb_classify() 1605 struct htb_class *moved_cl = htb_find(classid, sch); in htb_destroy_class_offload() 1800 parent = parentid == TC_H_ROOT ? NULL : htb_find(parentid, sch); in htb_change_class() 1839 htb_find(classid, sch)) in htb_change_class() 2078 struct htb_class *cl = htb_find(classid, sch); in htb_bind_filter()
|