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

  /external/iproute2/include/linux/tc_act/
tc_gact.h 26 TCA_GACT_PARMS,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/tc_act/
tc_gact.h 28 TCA_GACT_PARMS,
  /external/iproute2/tc/
m_gact.c 192 addattr_l(n, MAX_MSG, TCA_GACT_PARMS, &p, sizeof (p));
222 if (tb[TCA_GACT_PARMS] == NULL) {
226 p = RTA_DATA(tb[TCA_GACT_PARMS]);

Completed in 124 milliseconds