Searched refs:TC_H_MAKE (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_CLASSIFY.c31 *p = TC_H_MAKE(i<<16, j);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_CLASSIFY.c31 *p = TC_H_MAKE(i<<16, j);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibipt_CLASSIFY.c42 *p = TC_H_MAKE(i<<16, j);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_fifo.c176 ops, TC_H_MAKE(sch->handle, 1));
H A Dcls_api.c111 u32 first = TC_H_MAKE(0xC0000000U, 0U);
154 prio = TC_H_MAKE(0x80000000U, 0U);
355 tcm->tcm_info = TC_H_MAKE(tp->prio, tp->protocol);
H A Dcls_flow.c379 res->classid = TC_H_MAKE(f->baseclass, f->baseclass + classid);
501 baseclass = TC_H_MAKE(tp->q->handle, baseclass);
503 baseclass = TC_H_MAKE(baseclass, 1);
H A Dsch_mq.c60 TC_H_MAKE(TC_H_MAJ(sch->handle),
H A Dsch_api.c617 static u32 autohandle = TC_H_MAKE(0x80000000U, 0);
620 autohandle += TC_H_MAKE(0x10000U, 0);
621 if (autohandle == TC_H_MAKE(TC_H_ROOT, 0))
622 autohandle = TC_H_MAKE(0x80000000U, 0);
811 handle = TC_H_MAKE(TC_H_INGRESS, 0);
1387 pid = TC_H_MAKE(qid, pid);
1407 clid = TC_H_MAKE(qid, clid);
H A Dsch_dsmark.c430 tcm->tcm_handle = TC_H_MAKE(TC_H_MAJ(sch->handle), cl-1);
H A Dsch_multiq.c233 TC_H_MAKE(sch->handle,
H A Dsch_prio.c205 TC_H_MAKE(sch->handle, i + 1));
H A Dcls_tcindex.c91 res->classid = TC_H_MAKE(TC_H_MAJ(tp->q->handle), key);
H A Dsch_atm.c263 classid = TC_H_MAKE(sch->handle, 0x8000 | i);
H A Dsch_netem.c543 TC_H_MAKE(sch->handle, 1));
H A Dsch_cbq.c1784 classid = TC_H_MAKE(sch->handle,0x8000);
H A Dsch_hfsc.c1176 cl = hfsc_find_class(TC_H_MAKE(TC_H_MAJ(sch->handle), q->defcls), sch);
H A Dsch_htb.c232 cl = htb_find(TC_H_MAKE(TC_H_MAJ(sch->handle), q->defcls), sch);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dtc_filter.c132 req.t.tcm_info = TC_H_MAKE(prio<<16, protocol);
322 t.tcm_info = TC_H_MAKE(prio<<16, protocol);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h70 #define TC_H_MAKE(maj,min) (((maj)&TC_H_MAJ_MASK)|((min)&TC_H_MIN_MASK)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpkt_sched.h70 #define TC_H_MAKE(maj,min) (((maj)&TC_H_MAJ_MASK)|((min)&TC_H_MIN_MASK)) macro

Completed in 222 milliseconds