Searched refs:TC_H_MAJ (Results 1 – 12 of 12) sorted by relevance
/external/iptables/extensions/ |
D | libxt_CLASSIFY.c | 52 printf(" %x:%x", TC_H_MAJ(priority)>>16, TC_H_MIN(priority)); in CLASSIFY_print_class() 73 TC_H_MAJ(clinfo->priority)>>16, TC_H_MIN(clinfo->priority)); in CLASSIFY_save()
|
/external/libnl/lib/route/ |
D | tc.c | 491 else if (0 == TC_H_MAJ(handle)) in rtnl_tc_handle2str() 494 snprintf(buf, len, "%02x:", TC_H_MAJ(handle) >> 16); in rtnl_tc_handle2str() 497 TC_H_MAJ(handle) >> 16, TC_H_MIN(handle)); in rtnl_tc_handle2str() 546 if (TC_H_MAJ(h)) in rtnl_tc_str2handle() 558 if (TC_H_MAJ(l)) in rtnl_tc_str2handle()
|
D | cls.c | 56 cls->c_prio = TC_H_MAJ(cls->c_info) >> 16; in cls_msg_parser()
|
/external/iproute2/tc/ |
D | tc_util.c | 140 else if (TC_H_MAJ(h) == 0) in print_tc_classid() 143 snprintf(handle, hlen, "%x:", TC_H_MAJ(h) >> 16); in print_tc_classid() 145 snprintf(handle, hlen, "%x:%x", TC_H_MAJ(h) >> 16, TC_H_MIN(h)); in print_tc_classid() 405 snprintf(buf, len, "%x:", TC_H_MAJ(h)>>16); in print_qdisc_handle()
|
D | m_xt_old.c | 303 && t->tcm_parent == TC_H_MAJ(TC_H_INGRESS)) { in parse_ipt()
|
D | m_xt.c | 239 && t->tcm_parent == TC_H_MAJ(TC_H_INGRESS)) {
|
D | tc_filter.c | 245 __u32 prio = TC_H_MAJ(t->tcm_info)>>16; in print_filter()
|
D | tc_class.c | 330 if (filter_qdisc && TC_H_MAJ(t->tcm_handle^filter_qdisc)) in print_class()
|
D | m_ipt.c | 486 && t->tcm_parent == TC_H_MAJ(TC_H_INGRESS)) { in parse_ipt()
|
/external/libnl/include/linux/ |
D | pkt_sched.h | 68 #define TC_H_MAJ(h) ((h)&TC_H_MAJ_MASK) macro
|
/external/kernel-headers/original/uapi/linux/ |
D | pkt_sched.h | 68 #define TC_H_MAJ(h) ((h)&TC_H_MAJ_MASK) macro
|
/external/iproute2/include/linux/ |
D | pkt_sched.h | 68 #define TC_H_MAJ(h) ((h)&TC_H_MAJ_MASK) macro
|