Searched refs:TC_H_ROOT (Results 1 – 9 of 9) sorted by relevance
/third_party/libnl/lib/route/ |
D | classid.c | 112 if (TC_H_ROOT == handle) in rtnl_tc_handle2str() 162 *res = TC_H_ROOT; in rtnl_tc_str2handle() 385 if (parent == TC_H_ROOT || parent == TC_H_INGRESS) { in rtnl_classid_generate() 388 if (base == TC_H_MAJ(TC_H_ROOT)) in rtnl_classid_generate() 396 if (TC_H_MIN(++classid) == TC_H_MIN(TC_H_ROOT)) in rtnl_classid_generate()
|
/third_party/libnl/src/ |
D | nl-qdisc-list.c | 106 if (rtnl_tc_get_parent(tc) == TC_H_ROOT) { in list_qdisc() 107 list_cls(rtnl_tc_get_ifindex(tc), TC_H_ROOT); in list_qdisc() 108 list_classes(rtnl_tc_get_ifindex(tc), TC_H_ROOT); in list_qdisc()
|
D | nl-tctree-list.c | 113 qdisc = rtnl_qdisc_get_by_parent(qdisc_cache, ifindex, TC_H_ROOT); in print_link()
|
/third_party/libnl/tests/ |
D | test-complex-HTB-with-hash-filters.c | 105 maj = TC_H_ROOT; in get_tc_classid() 296 rtnl_tc_set_parent(TC_CAST(qdisc), TC_H_ROOT); in qdisc_add_HTB() 411 rtnl_tc_set_parent(TC_CAST(class), TC_H_ROOT); in class_add_HTB_root()
|
D | test-u32-filter-with-actions.c | 212 rtnl_tc_set_parent(TC_CAST(qdisc), TC_H_ROOT); in qdisc_add_ingress()
|
/third_party/libnl/python/netlink/route/ |
D | tc.py | 30 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)
|
/third_party/iptables/extensions/ |
D | libxt_CLASSIFY.c | 104 case TC_H_ROOT: in CLASSIFY_xlate()
|
/third_party/libnl/include/linux-private/linux/ |
D | pkt_sched.h | 74 #define TC_H_ROOT (0xFFFFFFFFU) macro
|
/third_party/libnl/doc/ |
D | route.txt | 1495 - `TC_H_ROOT`: attach tc object directly to network device (root 1497 - `TC_H_INGRESS`: same as `TC_H_ROOT` but on the ingress side of the 1765 rtnl_tc_set_parent(TC_CAST(qdisc), TC_H_ROOT); 1834 rtnl_tc_set_parent(TC_CAST(qdisc), TC_H_ROOT); 1942 | | UNSPEC | TC_H_ROOT | 0:pY | pX:pY
|