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

  /bionic/libc/kernel/uapi/linux/tc_act/
tc_ipt.h 27 TCA_IPT_HOOK,
  /external/iproute2/include/uapi/linux/tc_act/
tc_ipt.h 13 TCA_IPT_HOOK,
  /external/kernel-headers/original/uapi/linux/tc_act/
tc_ipt.h 13 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,
  /external/iproute2/tc/
m_xt.c 290 addattr_l(n, MAX_MSG, TCA_IPT_HOOK, &hook, 4);
341 if (tb[TCA_IPT_HOOK] == NULL) {
347 hook = rta_getattr_u32(tb[TCA_IPT_HOOK]);
m_xt_old.c 330 addattr_l(n, MAX_MSG, TCA_IPT_HOOK, &hook, 4);
375 if (tb[TCA_IPT_HOOK] == NULL) {
381 hook = rta_getattr_u32(tb[TCA_IPT_HOOK]);
m_ipt.c 405 addattr_l(n, MAX_MSG, TCA_IPT_HOOK, &hook, 4);
452 if (tb[TCA_IPT_HOOK] == NULL) {
458 hook = rta_getattr_u32(tb[TCA_IPT_HOOK]);

Completed in 213 milliseconds