Home
last modified time | relevance | path

Searched refs:htb_class (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/sched/
Dsch_htb.c97 struct htb_class { struct
112 struct htb_class *parent; /* parent class */ argument
181 static inline struct htb_class *htb_find(u32 handle, struct Qdisc *sch) in htb_find()
189 return container_of(clc, struct htb_class, common); in htb_find()
204 #define HTB_DIRECT ((struct htb_class *)-1L)
206 static struct htb_class *htb_classify(struct sk_buff *skb, struct Qdisc *sch, in htb_classify()
210 struct htb_class *cl; in htb_classify()
270 struct htb_class *cl, int prio) in htb_add_to_id_tree()
275 struct htb_class *c; in htb_add_to_id_tree()
277 c = rb_entry(parent, struct htb_class, node[prio]); in htb_add_to_id_tree()
[all …]
/linux-4.4.14/Documentation/zh_CN/
Dmagic-number.txt146 HTB_CMAGIC 0xFEFAFEF1 htb_class net/sched/sch_htb.c
/linux-4.4.14/Documentation/
Dmagic-number.txt146 HTB_CMAGIC 0xFEFAFEF1 htb_class net/sched/sch_htb.c