Symbol: TC_H_ROOT
drivers/net/dsa/microchip/ksz_common.c
3628
if (qopt->parent != TC_H_ROOT) {
drivers/net/dsa/yt921x.c
1412
if (qopt->parent != TC_H_ROOT)
drivers/net/ethernet/airoha/airoha_eth.c
2543
if (opt->parent == TC_H_ROOT)
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
2990
if (p->parent != TC_H_ROOT)
drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c
166
if (parent == TC_H_ROOT)
drivers/net/ethernet/microchip/lan966x/lan966x_ets.c
29
if (qopt->parent != TC_H_ROOT)
drivers/net/ethernet/microchip/lan966x/lan966x_tbf.c
59
bool root = qopt->parent == TC_H_ROOT;
drivers/net/ethernet/microchip/lan966x/lan966x_tbf.c
9
bool root = qopt->parent == TC_H_ROOT;
drivers/net/ethernet/microchip/sparx5/sparx5_tc.c
120
if (qopt->parent != TC_H_ROOT)
drivers/net/ethernet/microchip/sparx5/sparx5_tc.c
66
if (parent == TC_H_ROOT) {
drivers/net/ethernet/netronome/nfp/abm/qdisc.c
764
TC_H_ROOT, opt->handle, alink->total_queues,
net/sched/bpf_qdisc.c
243
if (sch->parent != TC_H_ROOT) {
net/sched/sch_api.c
1499
if (clid != TC_H_ROOT) {
net/sched/sch_api.c
1613
if (clid != TC_H_ROOT) {
net/sched/sch_api.c
2223
if (portid != TC_H_ROOT) {
net/sched/sch_api.c
2259
if (portid == TC_H_ROOT)
net/sched/sch_api.c
2299
if (clid == TC_H_ROOT) {
net/sched/sch_api.c
284
if ((q->parent != TC_H_ROOT) && !(q->flags & TCQ_F_INGRESS)) {
net/sched/sch_api.c
295
if ((q->parent != TC_H_ROOT) && !(q->flags & TCQ_F_INGRESS)) {
net/sched/sch_api.c
780
if (autohandle == TC_H_MAKE(TC_H_ROOT, 0))
net/sched/sch_api.c
801
if (parentid == TC_H_ROOT)
net/sched/sch_api.c
811
WARN_ON_ONCE(parentid != TC_H_ROOT);
net/sched/sch_drr.c
245
tcm->tcm_parent = TC_H_ROOT;
net/sched/sch_ets.c
313
tcm->tcm_parent = TC_H_ROOT;
net/sched/sch_generic.c
1219
qdisc = qdisc_create_dflt(dev_queue, ops, TC_H_ROOT, NULL);
net/sched/sch_generic.c
1242
qdisc = qdisc_create_dflt(txq, &mq_qdisc_ops, TC_H_ROOT, NULL);
net/sched/sch_hfsc.c
1010
if (parentid == TC_H_ROOT)
net/sched/sch_hfsc.c
1315
TC_H_ROOT;
net/sched/sch_hfsc.c
959
if (cl->cl_parent == NULL && parentid != TC_H_ROOT)
net/sched/sch_htb.c
1089
if (sch->parent != TC_H_ROOT) {
net/sched/sch_htb.c
1251
tcm->tcm_parent = cl->parent ? cl->parent->common.classid : TC_H_ROOT;
net/sched/sch_htb.c
1791
parent = parentid == TC_H_ROOT ? NULL : htb_find(parentid, sch);
net/sched/sch_mq.c
258
tcm->tcm_parent = TC_H_ROOT;
net/sched/sch_mq.c
78
if (sch->parent != TC_H_ROOT)
net/sched/sch_mqprio.c
360
if (sch->parent != TC_H_ROOT)
net/sched/sch_mqprio.c
666
tcm->tcm_parent = TC_H_ROOT;
net/sched/sch_qfq.c
634
tcm->tcm_parent = TC_H_ROOT;
net/sched/sch_taprio.c
2087
if (sch->parent != TC_H_ROOT) {
net/sched/sch_taprio.c
2483
tcm->tcm_parent = TC_H_ROOT;
net/sched/sch_teql.c
197
if (sch->parent != TC_H_ROOT) {
tools/bpf/bpftool/net.c
561
handle = TC_H_ROOT;
tools/lib/bpf/netlink.c
548
req->tc.tcm_parent = OPTS_GET(hook, parent, TC_H_ROOT);
tools/net/ynl/tests/tc.c
316
add_req->_hdr.tcm_parent = TC_H_ROOT;
tools/net/ynl/tests/tc.c
347
del_req->_hdr.tcm_parent = TC_H_ROOT;
tools/testing/selftests/bpf/prog_tests/bpf_qdisc.c
24
.parent = TC_H_ROOT,