search for: qdisc_put_rtab

Displaying 3 results from an estimated 3 matches for "qdisc_put_rtab".

Did you mean: qdisc_get_rtab
2002 Mar 18
2
Failed to insmod sch_htb
...:~# insmod sch_htb Using /lib/modules/2.4.17/kernel/net/sched/sch_htb.o /lib/modules/2.4.17/kernel/net/sched/sch_htb.o: unresolved symbol qdisc_get_rtab/lib/modules/2.4.17/kernel/net/sched/sch_htb.o: unresolved symbol unregister_qdisc/lib/modules/2.4.17/kernel/net/sched/sch_htb.o: unresolved symbol qdisc_put_rtab/lib/modules/2.4.17/kernel/net/sched/sch_htb.o: unresolved symbol register_qdisc/lib/modules/2.4.17/kernel/net/sched/sch_htb.o: unresolved symbol pfifo_qdisc_ops/lib/modules/2.4.17/kernel/net/sched/sch_htb.o: unresolved symbol qdisc_kill_estimator server:~# grep qdisc_get_rtab /boot/System.map c01f...
2006 Jun 15
0
[PATCH 1/2] Runtime configuration of HTB''s HYSTERESIS option (kernel)
...t != NULL && RTA_PAYLOAD(tb[TCA_HTB_NOHYST-1]) < sizeof(*uhopt)) + goto failure; + if (!cl) { /* new class */ struct Qdisc *new_q; /* check for valid classid */ @@ -1636,6 +1638,7 @@ static int htb_change_class(struct Qdisc cl->cbuffer = hopt->cbuffer; if (cl->rate) qdisc_put_rtab(cl->rate); cl->rate = rtab; if (cl->ceil) qdisc_put_rtab(cl->ceil); cl->ceil = ctab; + if (uhopt) cl->nohyst = uhopt->nohyst; sch_tree_unlock(sch); *arg = (unsigned long)cl;
2006 Aug 02
10
[PATCH 0/6] htb: cleanup
The HTB scheduler code is a mess, this patch set does some basic house cleaning. The first four should cause no code change, but the last two need more testing. -- Stephen Hemminger <shemminger@osdl.org> "And in the Packet there writ down that doome" - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to