Lines Matching refs:Qdisc
263 static struct Qdisc *qdisc_match_from_root(struct Qdisc *root, u32 handle) in qdisc_match_from_root()
265 struct Qdisc *q; in qdisc_match_from_root()
282 void qdisc_hash_add(struct Qdisc *q, bool invisible) in qdisc_hash_add()
293 void qdisc_hash_del(struct Qdisc *q) in qdisc_hash_del()
302 struct Qdisc *qdisc_lookup(struct net_device *dev, u32 handle) in qdisc_lookup()
304 struct Qdisc *q; in qdisc_lookup()
320 struct Qdisc *qdisc_lookup_rcu(struct net_device *dev, u32 handle) in qdisc_lookup_rcu()
323 struct Qdisc *q; in qdisc_lookup_rcu()
339 static struct Qdisc *qdisc_leaf(struct Qdisc *p, u32 classid, in qdisc_leaf()
616 void qdisc_watchdog_init_clockid(struct qdisc_watchdog *wd, struct Qdisc *qdisc, in qdisc_watchdog_init_clockid()
624 void qdisc_watchdog_init(struct qdisc_watchdog *wd, struct Qdisc *qdisc) in qdisc_watchdog_init()
680 void qdisc_class_hash_grow(struct Qdisc *sch, struct Qdisc_class_hash *clhash) in qdisc_class_hash_grow()
776 void qdisc_tree_reduce_backlog(struct Qdisc *sch, int n, int len) in qdisc_tree_reduce_backlog()
816 int qdisc_offload_dump_helper(struct Qdisc *sch, enum tc_setup_type type, in qdisc_offload_dump_helper()
837 void qdisc_offload_graft_helper(struct net_device *dev, struct Qdisc *sch, in qdisc_offload_graft_helper()
838 struct Qdisc *new, struct Qdisc *old, in qdisc_offload_graft_helper()
884 struct Qdisc *new, struct Qdisc *old, in qdisc_offload_graft_root()
898 static int tc_fill_qdisc(struct sk_buff *skb, struct Qdisc *q, u32 clid, in tc_fill_qdisc()
982 static bool tc_qdisc_dump_ignore(struct Qdisc *q, bool dump_invisible) in tc_qdisc_dump_ignore()
993 struct nlmsghdr *n, u32 clid, struct Qdisc *q, in qdisc_get_notify()
1020 struct Qdisc *old, struct Qdisc *new, in qdisc_notify()
1055 struct Qdisc *old, struct Qdisc *new, in notify_and_destroy()
1065 static void qdisc_clear_nolock(struct Qdisc *sch) in qdisc_clear_nolock()
1087 static int qdisc_graft(struct net_device *dev, struct Qdisc *parent, in qdisc_graft()
1089 struct Qdisc *new, struct Qdisc *old, in qdisc_graft()
1092 struct Qdisc *q = old; in qdisc_graft()
1204 static int qdisc_block_indexes_set(struct Qdisc *sch, struct nlattr **tca, in qdisc_block_indexes_set()
1244 static struct Qdisc *qdisc_create(struct net_device *dev, in qdisc_create()
1252 struct Qdisc *sch; in qdisc_create()
1366 static int qdisc_change(struct Qdisc *sch, struct nlattr **tca, in qdisc_change()
1414 struct Qdisc *p;
1418 static int check_loop_fn(struct Qdisc *q, unsigned long cl,
1421 static int check_loop(struct Qdisc *q, struct Qdisc *p, int depth) in check_loop()
1437 check_loop_fn(struct Qdisc *q, unsigned long cl, struct qdisc_walker *w) in check_loop_fn()
1439 struct Qdisc *leaf; in check_loop_fn()
1474 struct Qdisc *q = NULL; in __tc_get_qdisc()
1475 struct Qdisc *p = NULL; in __tc_get_qdisc()
1587 struct Qdisc *q = NULL; in __tc_modify_qdisc()
1588 struct Qdisc *p = NULL; in __tc_modify_qdisc()
1818 static int tc_dump_qdisc_root(struct Qdisc *root, struct sk_buff *skb, in tc_dump_qdisc_root()
1824 struct Qdisc *q; in tc_dump_qdisc_root()
1937 static int tc_fill_tclass(struct sk_buff *skb, struct Qdisc *q, in tc_fill_tclass()
1989 struct nlmsghdr *n, struct Qdisc *q, in tclass_notify()
2012 struct nlmsghdr *n, struct Qdisc *q, in tclass_get_notify()
2035 struct Qdisc *q, unsigned long cl, in tclass_del_notify()
2084 struct Qdisc *q = tcf_block_q(tp->chain->block); in tcf_node_bind()
2100 static int tc_bind_class_walker(struct Qdisc *q, unsigned long cl, in tc_bind_class_walker()
2131 static void tc_bind_tclass(struct Qdisc *q, u32 portid, u32 clid, in tc_bind_tclass()
2148 static void tc_bind_tclass(struct Qdisc *q, u32 portid, u32 clid, in tc_bind_tclass()
2163 struct Qdisc *q = NULL; in __tc_ctl_tclass()
2316 static int qdisc_class_dump(struct Qdisc *q, unsigned long cl, in qdisc_class_dump()
2326 static int tc_dump_tclass_qdisc(struct Qdisc *q, struct sk_buff *skb, in tc_dump_tclass_qdisc()
2355 static int tc_dump_tclass_root(struct Qdisc *root, struct sk_buff *skb, in tc_dump_tclass_root()
2359 struct Qdisc *q; in tc_dump_tclass_root()