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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sched/
H A Dsch_htb.c221 static inline struct htb_class *htb_find(u32 handle, struct Qdisc *sch) function
269 if ((cl = htb_find(skb->priority, sch)) != NULL && cl->level == 0)
290 if ((cl = htb_find(res.classid, sch)) == NULL)
300 cl = htb_find(TC_H_MAKE(TC_H_MAJ(sch->handle), q->defcls), sch);
1234 struct htb_class *cl = htb_find(classid, sch);
1394 parent = parentid == TC_H_ROOT ? NULL : htb_find(parentid, sch);
1409 || htb_find(classid, sch))
1535 struct htb_class *cl = htb_find(classid, sch);

Completed in 186 milliseconds