Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dsch_api.c257 static struct Qdisc *qdisc_match_from_root(struct Qdisc *root, u32 handle) in qdisc_match_from_root() function
301 q = qdisc_match_from_root(dev->qdisc, handle); in qdisc_lookup()
306 q = qdisc_match_from_root( in qdisc_lookup()
320 q = qdisc_match_from_root(dev->qdisc, handle); in qdisc_lookup_rcu()
326 q = qdisc_match_from_root(nq->qdisc_sleeping, handle); in qdisc_lookup_rcu()
2153 q = qdisc_match_from_root(root, TC_H_MAJ(tcm->tcm_parent)); in tc_dump_tclass_root()