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

  /external/iproute2/include/linux/tc_act/
tc_gact.h 30 TCA_GACT_PROB,
  /external/iproute2/tc/
m_gact.c 195 addattr_l(n, MAX_MSG, TCA_GACT_PROB, &pp, sizeof (pp));
230 if (NULL != tb[TCA_GACT_PROB]) {
231 pp = RTA_DATA(tb[TCA_GACT_PROB]);

Completed in 27 milliseconds