TC_PRIO_MAX 123 include/linux/pkt_sched.h __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */ TC_PRIO_MAX 141 net/sched/sch_cbq.c struct cbq_class *defaults[TC_PRIO_MAX+1]; TC_PRIO_MAX 248 net/sched/sch_cbq.c else if ((cl = defmap[res.classid&TC_PRIO_MAX]) == NULL) TC_PRIO_MAX 284 net/sched/sch_cbq.c !(cl = head->defaults[prio&TC_PRIO_MAX]) && TC_PRIO_MAX 1108 net/sched/sch_cbq.c for (i=0; i<=TC_PRIO_MAX; i++) { TC_PRIO_MAX 1113 net/sched/sch_cbq.c for (i=0; i<=TC_PRIO_MAX; i++) { TC_PRIO_MAX 369 net/sched/sch_generic.c static const u8 prio2band[TC_PRIO_MAX+1] = TC_PRIO_MAX 382 net/sched/sch_generic.c return list + prio2band[skb->priority & TC_PRIO_MAX]; TC_PRIO_MAX 434 net/sched/sch_generic.c memcpy(&opt.priomap, prio2band, TC_PRIO_MAX+1); TC_PRIO_MAX 28 net/sched/sch_prio.c u8 prio2band[TC_PRIO_MAX+1]; TC_PRIO_MAX 56 net/sched/sch_prio.c return q->queues[q->prio2band[band&TC_PRIO_MAX]]; TC_PRIO_MAX 194 net/sched/sch_prio.c for (i=0; i<=TC_PRIO_MAX; i++) { TC_PRIO_MAX 201 net/sched/sch_prio.c memcpy(q->prio2band, qopt->priomap, TC_PRIO_MAX+1); TC_PRIO_MAX 260 net/sched/sch_prio.c memcpy(&opt.priomap, q->prio2band, TC_PRIO_MAX+1);