Searched refs:TC_H_MAJ (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_CLASSIFY.c48 printf(" %x:%x", TC_H_MAJ(priority)>>16, TC_H_MIN(priority));
69 TC_H_MAJ(clinfo->priority)>>16, TC_H_MIN(clinfo->priority));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A Dlibipt_CLASSIFY.c85 printf("%x:%x ", TC_H_MAJ(priority)>>16, TC_H_MIN(priority));
108 TC_H_MAJ(clinfo->priority)>>16, TC_H_MIN(clinfo->priority));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Dtc_util.c88 else if (TC_H_MAJ(h) == 0)
91 snprintf(buf, len, "%x:", TC_H_MAJ(h)>>16);
93 snprintf(buf, len, "%x:%x", TC_H_MAJ(h)>>16, TC_H_MIN(h));
364 snprintf(buf, len, "%x:", TC_H_MAJ(h)>>16);
H A Dtc_class.c166 if (filter_qdisc && TC_H_MAJ(t->tcm_handle^filter_qdisc))
H A Dtc_filter.c225 __u32 prio = TC_H_MAJ(t->tcm_info)>>16;
H A Dm_ipt.c471 && t->tcm_parent == TC_H_MAJ(TC_H_INGRESS)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sched/
H A Dcls_api.c148 prio = TC_H_MAJ(t->tcm_info);
170 } else if ((q = qdisc_lookup(dev, TC_H_MAJ(t->tcm_parent))) == NULL)
402 q = qdisc_lookup(dev, TC_H_MAJ(tcm->tcm_parent));
420 if (TC_H_MAJ(tcm->tcm_info) &&
421 TC_H_MAJ(tcm->tcm_info) != tp->prio)
H A Dsch_api.c398 sch = qdisc_lookup(sch->dev, TC_H_MAJ(parentid));
629 if (TC_H_MAJ(clid) != TC_H_MAJ(TC_H_INGRESS)) {
630 if ((p = qdisc_lookup(dev, TC_H_MAJ(clid))) == NULL)
697 if ((p = qdisc_lookup(dev, TC_H_MAJ(clid))) == NULL)
946 u32 qid = TC_H_MAJ(clid);
968 u32 qid1 = TC_H_MAJ(pid);
982 TC_H_MAJ(pid) still may be unspecified, complete it now.
1141 TC_H_MAJ(tcm->tcm_parent) != q->handle)) {
H A Dcls_fw.c124 if (id && (TC_H_MAJ(id) == 0 || !(TC_H_MAJ(id^tp->q->handle)))) {
H A Dsch_dsmark.c223 if (TC_H_MAJ(skb->priority) == sch->handle)
421 tcm->tcm_handle = TC_H_MAKE(TC_H_MAJ(sch->handle), cl-1);
H A Dsch_prio.c57 if (TC_H_MAJ(skb->priority) != sch->handle) {
71 if (TC_H_MAJ(band))
H A Dcls_route.c193 if (id && (TC_H_MAJ(id) == 0 ||
194 !(TC_H_MAJ(id^tp->q->handle)))) {
H A Dsch_atm.c270 if (TC_H_MAJ(classid ^ sch->handle)) {
391 if (TC_H_MAJ(skb->priority) != sch->handle ||
H A Dsch_hfsc.c1055 if (classid == 0 || TC_H_MAJ(classid ^ sch->handle) != 0)
1151 if (TC_H_MAJ(skb->priority ^ sch->handle) == 0 &&
1184 cl = hfsc_find_class(TC_H_MAKE(TC_H_MAJ(sch->handle), q->defcls), sch);
H A Dsch_htb.c227 if (TC_H_MAJ(handle) != sch->handle)
300 cl = htb_find(TC_H_MAKE(TC_H_MAJ(sch->handle), q->defcls), sch);
1408 if (!classid || TC_H_MAJ(classid ^ sch->handle)
H A Dcls_tcindex.c103 res->classid = TC_H_MAKE(TC_H_MAJ(tp->q->handle), key);
H A Dsch_cbq.c208 if (TC_H_MAJ(prio^sch->handle) == 0 &&
224 if (TC_H_MAJ(res.classid))
268 if (TC_H_MAJ(prio) == 0 &&
1844 if (TC_H_MAJ(classid^sch->handle) || cbq_class_lookup(q, classid))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dpkt_sched.h68 #define TC_H_MAJ(h) ((h)&TC_H_MAJ_MASK) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h68 #define TC_H_MAJ(h) ((h)&TC_H_MAJ_MASK) macro

Completed in 196 milliseconds