tc_prio_qopt
struct tc_prio_qopt prio = {
[TCA_FQ_PRIOMAP] = NLA_POLICY_EXACT_LEN(sizeof(struct tc_prio_qopt)),
const struct tc_prio_qopt *map = nla_data(attr);
struct tc_prio_qopt opt = { .bands = PFIFO_FAST_BANDS };
static int prio_offload(struct Qdisc *sch, struct tc_prio_qopt *qopt)
struct tc_prio_qopt *qopt;
struct tc_prio_qopt opt;