TC_H_MAKE         214 net/sched/cls_api.c 	u32 first = TC_H_MAKE(0xC0000000U, 0U);
TC_H_MAKE        1805 net/sched/cls_api.c 	tcm->tcm_info = TC_H_MAKE(tp->prio, tp->protocol);
TC_H_MAKE        1967 net/sched/cls_api.c 			prio = TC_H_MAKE(0x80000000U, 0U);
TC_H_MAKE         334 net/sched/cls_flow.c 		res->classid = TC_H_MAKE(f->baseclass, f->baseclass + classid);
TC_H_MAKE         505 net/sched/cls_flow.c 			baseclass = TC_H_MAKE(q->handle, baseclass);
TC_H_MAKE         508 net/sched/cls_flow.c 			baseclass = TC_H_MAKE(baseclass, 1);
TC_H_MAKE         118 net/sched/cls_tcindex.c 		res->classid = TC_H_MAKE(TC_H_MAJ(q->handle), key);
TC_H_MAKE         739 net/sched/sch_api.c 	static u32 autohandle = TC_H_MAKE(0x80000000U, 0);
TC_H_MAKE         742 net/sched/sch_api.c 		autohandle += TC_H_MAKE(0x10000U, 0);
TC_H_MAKE         743 net/sched/sch_api.c 		if (autohandle == TC_H_MAKE(TC_H_ROOT, 0))
TC_H_MAKE         744 net/sched/sch_api.c 			autohandle = TC_H_MAKE(0x80000000U, 0);
TC_H_MAKE        1205 net/sched/sch_api.c 		handle = TC_H_MAKE(TC_H_INGRESS, 0);
TC_H_MAKE        2041 net/sched/sch_api.c 			portid = TC_H_MAKE(qid, portid);
TC_H_MAKE        2062 net/sched/sch_api.c 		clid = TC_H_MAKE(qid, clid);
TC_H_MAKE         274 net/sched/sch_atm.c 			classid = TC_H_MAKE(sch->handle, 0x8000 | i);
TC_H_MAKE        1583 net/sched/sch_cbq.c 		classid = TC_H_MAKE(sch->handle, 0x8000);
TC_H_MAKE         437 net/sched/sch_dsmark.c 	tcm->tcm_handle = TC_H_MAKE(TC_H_MAJ(sch->handle), cl - 1);
TC_H_MAKE         171 net/sched/sch_fifo.c 	q = qdisc_create_dflt(sch->dev_queue, ops, TC_H_MAKE(sch->handle, 1),
TC_H_MAKE        1162 net/sched/sch_hfsc.c 	cl = hfsc_find_class(TC_H_MAKE(TC_H_MAJ(sch->handle), q->defcls), sch);
TC_H_MAKE         262 net/sched/sch_htb.c 	cl = htb_find(TC_H_MAKE(TC_H_MAJ(sch->handle), q->defcls), sch);
TC_H_MAKE          91 net/sched/sch_mq.c 					  TC_H_MAKE(TC_H_MAJ(sch->handle),
TC_H_MAKE         230 net/sched/sch_mqprio.c 					  TC_H_MAKE(TC_H_MAJ(sch->handle),
TC_H_MAKE         497 net/sched/sch_mqprio.c 			TC_H_MAKE(TC_H_MAJ(sch->handle),
TC_H_MAKE         217 net/sched/sch_multiq.c 						  TC_H_MAKE(sch->handle,
TC_H_MAKE         201 net/sched/sch_prio.c 					      TC_H_MAKE(sch->handle, i + 1),
TC_H_MAKE         297 net/sched/sch_prio.c 					TC_H_MAKE(sch->handle, arg), extack);
TC_H_MAKE        1658 net/sched/sch_taprio.c 					  TC_H_MAKE(TC_H_MAJ(sch->handle),
TC_H_MAKE         200 tools/bpf/bpftool/net.c 	handle = TC_H_MAKE(TC_H_CLSACT, TC_H_MIN_INGRESS);
TC_H_MAKE         207 tools/bpf/bpftool/net.c 	handle = TC_H_MAKE(TC_H_CLSACT, TC_H_MIN_EGRESS);