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

  /bionic/libc/kernel/uapi/linux/tc_act/
tc_mirred.h 25 #define TCA_EGRESS_MIRROR 2
  /external/iproute2/include/uapi/linux/tc_act/
tc_mirred.h 10 #define TCA_EGRESS_MIRROR 2 /* mirror packet to EGRESS */
  /external/kernel-headers/original/uapi/linux/tc_act/
tc_mirred.h 10 #define TCA_EGRESS_MIRROR 2 /* mirror packet to EGRESS */
  /external/libnl/include/linux-private/linux/tc_act/
tc_mirred.h 9 #define TCA_EGRESS_MIRROR 2 /* mirror packet to EGRESS */
  /external/libnl/lib/route/act/
mirred.c 69 if (u->m_parm.eaction == TCA_EGRESS_MIRROR)
142 case TCA_EGRESS_MIRROR:
194 case TCA_EGRESS_MIRROR:
  /external/iproute2/tc/
m_mirred.c 55 case TCA_EGRESS_MIRROR:
122 p.eaction = egress ? TCA_EGRESS_MIRROR :
173 if (p.eaction == TCA_EGRESS_MIRROR || p.eaction == TCA_INGRESS_MIRROR)

Completed in 68 milliseconds