Searched refs:TC_H_ROOT (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dtc_class.c84 req.t.tcm_parent = TC_H_ROOT;
192 if (t->tcm_parent == TC_H_ROOT)
254 t.tcm_parent = TC_H_ROOT;
H A Dtc_filter.c87 req.t.tcm_parent = TC_H_ROOT;
216 if (t->tcm_parent == TC_H_ROOT)
281 filter_parent = t.tcm_parent = TC_H_ROOT;
H A Dtc_qdisc.c85 req.t.tcm_parent = TC_H_ROOT;
203 if (t->tcm_parent == TC_H_ROOT)
H A Dtc_util.c51 maj = TC_H_ROOT;
84 if (h == TC_H_ROOT)
H A Dm_ipt.c470 if (t->tcm_parent != TC_H_ROOT
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_mq.c45 if (sch->parent != TC_H_ROOT)
184 tcm->tcm_parent = TC_H_ROOT;
H A Dsch_api.c224 if ((q->parent != TC_H_ROOT) && !(q->flags & TCQ_F_INGRESS))
230 if ((q->parent != TC_H_ROOT) && !(q->flags & TCQ_F_INGRESS))
621 if (autohandle == TC_H_MAKE(TC_H_ROOT, 0))
642 WARN_ON(parentid != TC_H_ROOT);
841 if ((sch->parent != TC_H_ROOT) &&
976 if (clid != TC_H_ROOT) {
1041 if (clid != TC_H_ROOT) {
1356 parent == TC_H_ROOT - class is root, which has no parent.
1369 if (pid != TC_H_ROOT) {
1404 if (pid == TC_H_ROOT)
[all...]
H A Dsch_generic.c689 &pfifo_fast_ops, TC_H_ROOT);
715 qdisc = qdisc_create_dflt(dev, txq, &mq_qdisc_ops, TC_H_ROOT);
H A Dsch_cbq.c1528 tcm->tcm_parent = TC_H_ROOT;
1707 if (!cl->tparent && parentid != TC_H_ROOT)
1767 if (parentid == TC_H_ROOT)
H A Dsch_hfsc.c996 if (cl->cl_parent == NULL && parentid != TC_H_ROOT)
1028 if (parentid == TC_H_ROOT)
1329 TC_H_ROOT;
H A Dsch_atm.c203 if (parent && parent != TC_H_ROOT && parent != sch->handle)
H A Dsch_drr.c256 tcm->tcm_parent = TC_H_ROOT;
H A Dsch_htb.c1068 tcm->tcm_parent = cl->parent ? cl->parent->common.classid : TC_H_ROOT;
1320 parent = parentid == TC_H_ROOT ? NULL : htb_find(parentid, sch);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h73 #define TC_H_ROOT (0xFFFFFFFFU) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpkt_sched.h73 #define TC_H_ROOT (0xFFFFFFFFU) macro

Completed in 112 milliseconds