HomeSort by relevance Sort by last modified time
    Searched refs:tcm_handle (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/iproute2/tc/
f_route.c 48 if (get_u32(&t->tcm_handle, handle, 0)) {
136 if (!t->tcm_handle)
137 t->tcm_handle = fh;
tc_class.c 89 if (req.t.tcm_handle)
93 req.t.tcm_handle = handle;
326 graph_node_add(t->tcm_parent, t->tcm_handle, TCA_RTA(t), len);
330 if (filter_qdisc && TC_H_MAJ(t->tcm_handle^filter_qdisc))
333 if (filter_classid && t->tcm_handle != filter_classid)
347 if (t->tcm_handle) {
349 print_tc_classid(abuf, sizeof(abuf), TC_H_MIN(t->tcm_handle));
351 print_tc_classid(abuf, sizeof(abuf), t->tcm_handle);
tc_qdisc.c 80 if (req.t.tcm_handle)
85 req.t.tcm_handle = handle;
100 req.t.tcm_handle = TC_H_MAKE(TC_H_CLSACT, 0);
111 req.t.tcm_handle = TC_H_MAKE(TC_H_INGRESS, 0);
239 fprintf(fp, "qdisc %s %x: ", rta_getattr_str(tb[TCA_KIND]), t->tcm_handle>>16);
f_cgroup.c 41 t->tcm_handle = h;
f_basic.c 54 t->tcm_handle = h;
f_bpf.c 78 if (get_u32(&t->tcm_handle, handle, 0)) {
f_fw.c 48 if (get_u32(&t->tcm_handle, handle, 0)) {
f_tcindex.c 35 t->tcm_handle = strtoul(handle,&end,0);
f_flow.c 147 if (get_u32(&t->tcm_handle, handle, 0)) {
f_u32.c 989 if (handle && get_u32_handle(&t->tcm_handle, handle)) {
1155 if (TC_U32_NODE(t->tcm_handle) && order != TC_U32_NODE(t->tcm_handle)) {
1159 t->tcm_handle |= order;
tc.c 104 t->tcm_handle = handle;
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_rmnet.h 132 uint32_t tcm_handle; member in union:rmnet_ioctl_data_s::__anon34559
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_rmnet.h 124 uint32_t tcm_handle; member in union:rmnet_ioctl_data_s::__anon34656
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_rmnet.h 135 uint32_t tcm_handle; member in union:rmnet_ioctl_data_s::__anon33890
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_rmnet.h 126 uint32_t tcm_handle; member in union:rmnet_ioctl_data_s::__anon33997
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_rmnet.h 145 uint32_t tcm_handle; member in union:rmnet_ioctl_data_s::__anon34135
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_rmnet.h 135 uint32_t tcm_handle; member in union:rmnet_ioctl_data_s::__anon34286
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_rmnet.h 135 uint32_t tcm_handle; member in union:rmnet_ioctl_data_s::__anon34412
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_rmnet.h 126 uint32_t tcm_handle; member in union:rmnet_ioctl_data_s::__anon34476
  /external/libnl/lib/route/
class.c 175 tchdr.tcm_handle = class->c_handle;
tc.c 76 g->tc_handle = tm->tcm_handle;
332 .tcm_handle = tca->tc_handle,
qdisc.c 329 tchdr.tcm_handle = qdisc->q_handle;
  /external/libnl/include/linux/
rtnetlink.h 470 __u32 tcm_handle; member in struct:tcmsg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
rtnetlink.h 477 __u32 tcm_handle; member in struct:tcmsg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rtnetlink.h 472 __u32 tcm_handle; member in struct:tcmsg

Completed in 1595 milliseconds

1 2 3 4