Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dsch_htb.c180 static inline struct htb_class *htb_find(u32 handle, struct Qdisc *sch) in htb_find() function
193 return (unsigned long)htb_find(handle, sch); in htb_search()
224 cl = htb_find(skb->priority, sch); in htb_classify()
251 cl = htb_find(res.classid, sch); in htb_classify()
262 cl = htb_find(TC_H_MAKE(TC_H_MAJ(sch->handle), q->defcls), sch); in htb_classify()
1323 parent = parentid == TC_H_ROOT ? NULL : htb_find(parentid, sch); in htb_change_class()
1358 htb_find(classid, sch)) in htb_change_class()
1511 struct htb_class *cl = htb_find(classid, sch); in htb_bind_filter()