HomeSort by relevance Sort by last modified time
    Searched refs:TCA_PRIO_MQ (Results 1 - 3 of 3) sorted by null

  /external/iproute2/tc/
q_prio.c 91 addattr_l(n, 1024, TCA_PRIO_MQ, NULL, 0);
113 if (tb[TCA_PRIO_MQ])
115 rta_getattr_u8(tb[TCA_PRIO_MQ]) ? "on" : "off");
q_rr.c 86 addattr_l(n, 1024, TCA_PRIO_MQ, NULL, 0);
108 if (tb[TCA_PRIO_MQ])
110 rta_getattr_u8(tb[TCA_PRIO_MQ]) ? "on" : "off");
tc_util.h 15 TCA_PRIO_MQ,

Completed in 181 milliseconds