HomeSort by relevance Sort by last modified time
    Searched defs:TC_H_ROOT (Results 1 - 9 of 9) sorted by null

  /external/libnl/src/
nl-qdisc-list.c 102 if (rtnl_tc_get_parent(tc) == TC_H_ROOT) {
103 list_cls(rtnl_tc_get_ifindex(tc), TC_H_ROOT);
104 list_classes(rtnl_tc_get_ifindex(tc), TC_H_ROOT);
  /external/libnl/tests/
test-complex-HTB-with-hash-filters.c 102 maj = TC_H_ROOT;
293 rtnl_tc_set_parent(TC_CAST(qdisc), TC_H_ROOT);
408 rtnl_tc_set_parent(TC_CAST(class), TC_H_ROOT);
test-u32-filter-with-actions.c 206 rtnl_tc_set_parent(TC_CAST(qdisc), TC_H_ROOT);
  /external/libnl/python/netlink/route/
tc.py 30 TC_H_ROOT = 0xFFFFFFFF
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/
pkt_sched.h 73 #define TC_H_ROOT (0xFFFFFFFFU)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
pkt_sched.h 73 #define TC_H_ROOT (0xFFFFFFFFU)
  /bionic/libc/kernel/uapi/linux/
pkt_sched.h 49 #define TC_H_ROOT (0xFFFFFFFFU)
  /external/iproute2/include/uapi/linux/
pkt_sched.h 74 #define TC_H_ROOT (0xFFFFFFFFU)
  /external/kernel-headers/original/uapi/linux/
pkt_sched.h 74 #define TC_H_ROOT (0xFFFFFFFFU)

Completed in 362 milliseconds