1 --- linux-mips-cvs-21012005/include/net/pkt_sched.h 2004-11-19 01:28:51.000000000 +0100
2 +++ linux-broadcom/include/net/pkt_sched.h 2005-01-27 04:34:10.000000000 +0100
4 int (*enqueue)(struct sk_buff *, struct Qdisc *);
5 struct sk_buff * (*dequeue)(struct Qdisc *);
6 int (*requeue)(struct sk_buff *, struct Qdisc *);
8 + int (*drop)(struct Qdisc *);
10 unsigned int (*drop)(struct Qdisc *);
13 int (*init)(struct Qdisc *, struct rtattr *arg);
14 void (*reset)(struct Qdisc *);
16 #define TCQ_F_THROTTLED 2
17 #define TCQ_F_INGRESS 4
18 struct Qdisc_ops *ops;
19 +#ifdef CONFIG_BCM4710
23 +#ifndef CONFIG_BCM4710
27 struct sk_buff_head q;
28 struct net_device *dev;
29 +#ifndef CONFIG_BCM4710
30 struct list_head list;
33 struct tc_stats stats;
34 int (*reshape_fail)(struct sk_buff *skb, struct Qdisc *q);