Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dsch_htb.c98 struct htb_class { struct
113 struct htb_class *parent; /* parent class */ argument
183 static inline struct htb_class *htb_find(u32 handle, struct Qdisc *sch) in htb_find()
191 return container_of(clc, struct htb_class, common); in htb_find()
210 #define HTB_DIRECT ((struct htb_class *)-1L)
212 static struct htb_class *htb_classify(struct sk_buff *skb, struct Qdisc *sch, in htb_classify()
216 struct htb_class *cl; in htb_classify()
278 struct htb_class *cl, int prio) in htb_add_to_id_tree()
283 struct htb_class *c; in htb_add_to_id_tree()
285 c = rb_entry(parent, struct htb_class, node[prio]); in htb_add_to_id_tree()
[all …]
/Linux-v4.19/Documentation/translations/zh_CN/
Dmagic-number.txt146 HTB_CMAGIC 0xFEFAFEF1 htb_class net/sched/sch_htb.c
/Linux-v4.19/Documentation/process/
Dmagic-number.rst151 HTB_CMAGIC 0xFEFAFEF1 htb_class ``net/sched/sch_htb.c``