Searched refs:htb_lookup_leaf (Results 1 - 1 of 1) sorted by last modified time

/linux-master/net/sched/
H A Dsch_htb.c808 * htb_lookup_leaf - returns next leaf class in DRR order
814 static struct htb_class *htb_lookup_leaf(struct htb_prio *hprio, const int prio) function
880 start = cl = htb_lookup_leaf(hprio, prio);
900 next = htb_lookup_leaf(hprio, prio);
915 cl = htb_lookup_leaf(hprio, prio);

Completed in 143 milliseconds