patch-2.4.17 linux/net/sched/sch_red.c
Next file: linux/net/sched/sch_sfq.c
Previous file: linux/net/sched/sch_prio.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Fri Dec 21 16:40:33 2001
- Orig file:
linux-2.4.16/net/sched/sch_red.c
- Orig date:
Sun Sep 30 19:26:09 2001
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/net/sched/sch_red.c linux/net/sched/sch_red.c
@@ -418,7 +418,6 @@
}
-#ifdef CONFIG_RTNETLINK
int red_copy_xstats(struct sk_buff *skb, struct tc_red_xstats *st)
{
RTA_PUT(skb, TCA_XSTATS, sizeof(*st), st);
@@ -456,7 +455,6 @@
skb_trim(skb, b - skb->data);
return -1;
}
-#endif
static void red_destroy(struct Qdisc *sch)
{
@@ -480,9 +478,7 @@
red_destroy,
red_change,
-#ifdef CONFIG_RTNETLINK
red_dump,
-#endif
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)