Home
last modified time | relevance | path

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

/Linux-v6.1/net/sched/
Dsch_htb.c94 struct htb_class { struct
109 struct htb_class *parent; /* parent class */ argument
187 static inline struct htb_class *htb_find(u32 handle, struct Qdisc *sch) in htb_find()
195 return container_of(clc, struct htb_class, common); in htb_find()
214 #define HTB_DIRECT ((struct htb_class *)-1L)
216 static struct htb_class *htb_classify(struct sk_buff *skb, struct Qdisc *sch, in htb_classify()
220 struct htb_class *cl; in htb_classify()
285 struct htb_class *cl, int prio) in htb_add_to_id_tree()
290 struct htb_class *c; in htb_add_to_id_tree()
292 c = rb_entry(parent, struct htb_class, node[prio]); in htb_add_to_id_tree()
[all …]