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

  /external/iproute2/include/linux/tc_act/
tc_skbedit.h 39 TCA_SKBEDIT_PRIORITY,
  /external/iproute2/tc/
m_skbedit.c 149 addattr_l(n, MAX_MSG, TCA_SKBEDIT_PRIORITY,
188 if (tb[TCA_SKBEDIT_PRIORITY] != NULL) {
189 priority = RTA_DATA(tb[TCA_SKBEDIT_PRIORITY]);

Completed in 51 milliseconds