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

  /external/iproute2/include/linux/tc_act/
tc_nat.h 11 TCA_NAT_PARMS,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/tc_act/
tc_nat.h 12 TCA_NAT_PARMS,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/tc_act/
tc_nat.h 12 TCA_NAT_PARMS,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/tc_act/
tc_nat.h 12 TCA_NAT_PARMS,
  /external/iproute2/tc/
m_nat.c 159 addattr_l(n, MAX_MSG, TCA_NAT_PARMS, &sel, sizeof(sel));
182 if (tb[TCA_NAT_PARMS] == NULL) {
186 sel = RTA_DATA(tb[TCA_NAT_PARMS]);

Completed in 170 milliseconds