Home
last modified time | relevance | path

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

/Linux-v5.10/net/sched/
Dsch_api.c259 static struct Qdisc *qdisc_match_from_root(struct Qdisc *root, u32 handle) in qdisc_match_from_root() function
304 q = qdisc_match_from_root(dev->qdisc, handle); in qdisc_lookup()
309 q = qdisc_match_from_root( in qdisc_lookup()
323 q = qdisc_match_from_root(dev->qdisc, handle); in qdisc_lookup_rcu()
329 q = qdisc_match_from_root(nq->qdisc_sleeping, handle); in qdisc_lookup_rcu()
2184 q = qdisc_match_from_root(root, TC_H_MAJ(tcm->tcm_parent)); in tc_dump_tclass_root()