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

  /bionic/libc/kernel/uapi/linux/tc_act/
tc_mirred.h 24 #define TCA_EGRESS_REDIR 1
  /external/iproute2/include/uapi/linux/tc_act/
tc_mirred.h 9 #define TCA_EGRESS_REDIR 1 /* packet redirect to EGRESS*/
  /external/kernel-headers/original/uapi/linux/tc_act/
tc_mirred.h 9 #define TCA_EGRESS_REDIR 1 /* packet redirect to EGRESS*/
  /external/libnl/include/linux-private/linux/tc_act/
tc_mirred.h 8 #define TCA_EGRESS_REDIR 1 /* packet redirect to EGRESS*/
  /external/libnl/lib/route/act/
mirred.c 71 else if (u->m_parm.eaction == TCA_EGRESS_REDIR)
138 if (action > TCA_INGRESS_MIRROR || action < TCA_EGRESS_REDIR)
143 case TCA_EGRESS_REDIR:
195 case TCA_EGRESS_REDIR:
  /external/iproute2/tc/
m_mirred.c 51 case TCA_EGRESS_REDIR:
132 p.eaction = egress ? TCA_EGRESS_REDIR :
  /external/libnl/tests/
test-u32-filter-with-actions.c 383 rtnl_mirred_set_action(act, TCA_EGRESS_REDIR);

Completed in 3185 milliseconds