Go to the source code of this file.
|
| void | qdisc_watchdog_init (struct qdisc_watchdog *wd, struct Qdisc *qdisc) |
| |
| void | qdisc_watchdog_schedule (struct qdisc_watchdog *wd, psched_time_t expires) |
| |
| void | qdisc_watchdog_cancel (struct qdisc_watchdog *wd) |
| |
| int | fifo_set_limit (struct Qdisc *q, unsigned int limit) |
| |
| struct Qdisc * | fifo_create_dflt (struct Qdisc *sch, struct Qdisc_ops *ops, unsigned int limit) |
| |
| int | register_qdisc (struct Qdisc_ops *qops) |
| |
| int | unregister_qdisc (struct Qdisc_ops *qops) |
| |
| void | qdisc_list_del (struct Qdisc *q) |
| |
| struct Qdisc * | qdisc_lookup (struct net_device *dev, u32 handle) |
| |
| struct Qdisc * | qdisc_lookup_class (struct net_device *dev, u32 handle) |
| |
| struct qdisc_rate_table * | qdisc_get_rtab (struct tc_ratespec *r, struct nlattr *tab) |
| |
| void | qdisc_put_rtab (struct qdisc_rate_table *tab) |
| |
| void | qdisc_put_stab (struct qdisc_size_table *tab) |
| |
| void | qdisc_warn_nonwc (char *txt, struct Qdisc *qdisc) |
| |
| int | sch_direct_xmit (struct sk_buff *skb, struct Qdisc *q, struct net_device *dev, struct netdev_queue *txq, spinlock_t *root_lock) |
| |
| void | __qdisc_run (struct Qdisc *q) |
| |
| int | tc_classify_compat (struct sk_buff *skb, const struct tcf_proto *tp, struct tcf_result *res) |
| |
| int | tc_classify (struct sk_buff *skb, const struct tcf_proto *tp, struct tcf_result *res) |
| |
| #define PSCHED_PASTPERFECT 0 |