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

/external/libnl/lib/route/
H A Dclassid.c111 if (TC_H_ROOT == handle)
161 *res = TC_H_ROOT;
384 if (parent == TC_H_ROOT || parent == TC_H_INGRESS) {
387 if (base == TC_H_MAJ(TC_H_ROOT))
395 if (TC_H_MIN(++classid) == TC_H_MIN(TC_H_ROOT))
/external/libnl/src/
H A Dnl-qdisc-list.c102 if (rtnl_tc_get_parent(tc) == TC_H_ROOT) {
103 list_cls(rtnl_tc_get_ifindex(tc), TC_H_ROOT); local
104 list_classes(rtnl_tc_get_ifindex(tc), TC_H_ROOT); local
H A Dnl-tctree-list.c110 qdisc = rtnl_qdisc_get_by_parent(qdisc_cache, ifindex, TC_H_ROOT);
/external/iproute2/tc/
H A Dtc_class.c102 req.t.tcm_parent = TC_H_ROOT;
181 if (parent_id == TC_H_ROOT)
358 if (t->tcm_parent == TC_H_ROOT)
430 t.tcm_parent = TC_H_ROOT;
H A Dtc_filter.c85 req.t.tcm_parent = TC_H_ROOT;
231 if (t->tcm_parent == TC_H_ROOT)
300 filter_parent = t.tcm_parent = TC_H_ROOT;
H A Dtc_qdisc.c91 req.t.tcm_parent = TC_H_ROOT;
242 if (t->tcm_parent == TC_H_ROOT)
H A Dtc_util.c100 maj = TC_H_ROOT;
136 if (h == TC_H_ROOT)
H A Dm_xt.c238 if (t->tcm_parent != TC_H_ROOT
H A Dm_xt_old.c302 if (t->tcm_parent != TC_H_ROOT
H A Dm_ipt.c485 if (t->tcm_parent != TC_H_ROOT
/external/iptables/extensions/
H A Dlibxt_CLASSIFY.c93 case TC_H_ROOT:
/external/libnl/tests/
H A Dtest-complex-HTB-with-hash-filters.c102 maj = TC_H_ROOT;
293 rtnl_tc_set_parent(TC_CAST(qdisc), TC_H_ROOT); local
408 rtnl_tc_set_parent(TC_CAST(class), TC_H_ROOT); local
H A Dtest-u32-filter-with-actions.c206 rtnl_tc_set_parent(TC_CAST(qdisc), TC_H_ROOT); local
/external/libnl/python/netlink/route/
H A Dtc.py30 TC_H_ROOT = 0xFFFFFFFF variable
82 return self._val == TC_H_ROOT or self._val == TC_H_INGRESS
294 ret += get_class(self.ifindex, parent=TC_H_ROOT)
/external/libnl/include/linux-private/linux/
H A Dpkt_sched.h73 #define TC_H_ROOT (0xFFFFFFFFU) macro
/external/iproute2/include/linux/
H A Dpkt_sched.h73 #define TC_H_ROOT (0xFFFFFFFFU) macro
/external/kernel-headers/original/uapi/linux/
H A Dpkt_sched.h73 #define TC_H_ROOT (0xFFFFFFFFU) macro

Completed in 6574 milliseconds