prio2band 597 net/sched/sch_generic.c static const u8 prio2band[TC_PRIO_MAX + 1] = { prio2band 624 net/sched/sch_generic.c int band = prio2band[skb->priority & TC_PRIO_MAX]; prio2band 715 net/sched/sch_generic.c memcpy(&opt.priomap, prio2band, TC_PRIO_MAX + 1); prio2band 25 net/sched/sch_prio.c u8 prio2band[TC_PRIO_MAX+1]; prio2band 57 net/sched/sch_prio.c return q->queues[q->prio2band[band & TC_PRIO_MAX]]; prio2band 63 net/sched/sch_prio.c return q->queues[q->prio2band[0]]; prio2band 213 net/sched/sch_prio.c memcpy(q->prio2band, qopt->priomap, TC_PRIO_MAX+1); prio2band 272 net/sched/sch_prio.c memcpy(&opt.priomap, q->prio2band, TC_PRIO_MAX + 1);