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

1 2 3 4 5 6

  /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::__anon47219
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_rmnet.h 124 uint32_t tcm_handle; member in union:rmnet_ioctl_data_s::__anon47316
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_rmnet.h 135 uint32_t tcm_handle; member in union:rmnet_ioctl_data_s::__anon46130
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_rmnet.h 126 uint32_t tcm_handle; member in union:rmnet_ioctl_data_s::__anon46237
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_rmnet.h 145 uint32_t tcm_handle; member in union:rmnet_ioctl_data_s::__anon46375
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_rmnet.h 135 uint32_t tcm_handle; member in union:rmnet_ioctl_data_s::__anon46526
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_rmnet.h 145 uint32_t tcm_handle; member in union:rmnet_ioctl_data_s::__anon46670
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_rmnet.h 135 uint32_t tcm_handle; member in union:rmnet_ioctl_data_s::__anon46804
  /hardware/qcom/msm8x09/kernel-headers/linux/
msm_rmnet.h 145 uint32_t tcm_handle; member in union:rmnet_ioctl_data_s::__anon46928
  /hardware/qcom/msm8x09/original-kernel-headers/linux/
msm_rmnet.h 135 uint32_t tcm_handle; member in union:rmnet_ioctl_data_s::__anon47002
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_rmnet.h 145 uint32_t tcm_handle; member in union:rmnet_ioctl_data_s::__anon47071
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_rmnet.h 135 uint32_t tcm_handle; member in union:rmnet_ioctl_data_s::__anon47136
  /external/libnl/lib/route/
class.c 212 tchdr.tcm_handle = class->c_handle;
  /external/libnl/include/linux-private/linux/
rtnetlink.h 472 __u32 tcm_handle; member in struct:tcmsg

Completed in 229 milliseconds

1 2 3 4 5 6