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

  /bionic/libc/kernel/uapi/linux/tc_act/
tc_ipt.h 29 TCA_IPT_HOOK,
  /development/ndk/platforms/android-21/include/linux/tc_act/
tc_ipt.h 29 TCA_IPT_HOOK,
  /external/iproute2/include/linux/tc_act/
tc_ipt.h 11 TCA_IPT_HOOK,
  /external/kernel-headers/original/uapi/linux/tc_act/
tc_ipt.h 12 TCA_IPT_HOOK,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/tc_act/
tc_ipt.h 12 TCA_IPT_HOOK,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/tc_act/
tc_ipt.h 11 TCA_IPT_HOOK,
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/tc_act/
tc_ipt.h 29 TCA_IPT_HOOK,
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/tc_act/
tc_ipt.h 29 TCA_IPT_HOOK,
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/tc_act/
tc_ipt.h 29 TCA_IPT_HOOK,
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/tc_act/
tc_ipt.h 29 TCA_IPT_HOOK,
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/tc_act/
tc_ipt.h 29 TCA_IPT_HOOK,
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/tc_act/
tc_ipt.h 29 TCA_IPT_HOOK,
  /external/iproute2/tc/
m_xt.c 242 addattr_l(n, MAX_MSG, TCA_IPT_HOOK, &hook, 4);
290 if (tb[TCA_IPT_HOOK] == NULL) {
295 hook = rta_getattr_u32(tb[TCA_IPT_HOOK]);
m_xt_old.c 328 addattr_l(n, MAX_MSG, TCA_IPT_HOOK, &hook, 4);
373 if (tb[TCA_IPT_HOOK] == NULL) {
378 hook = rta_getattr_u32(tb[TCA_IPT_HOOK]);
m_ipt.c 511 addattr_l(n, MAX_MSG, TCA_IPT_HOOK, &hook, 4);
558 if (tb[TCA_IPT_HOOK] == NULL) {
563 hook = rta_getattr_u32(tb[TCA_IPT_HOOK]);

Completed in 463 milliseconds