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

  /bionic/libc/kernel/uapi/linux/tc_act/
tc_mirred.h 30 int eaction; member in struct:tc_mirred
  /external/iproute2/include/uapi/linux/tc_act/
tc_mirred.h 16 int eaction; /* one of IN/EGRESS_MIRROR/REDIR */ member in struct:tc_mirred
  /external/kernel-headers/original/uapi/linux/tc_act/
tc_mirred.h 16 int eaction; /* one of IN/EGRESS_MIRROR/REDIR */ member in struct:tc_mirred
  /external/libnl/include/linux-private/linux/tc_act/
tc_mirred.h 15 int eaction; /* one of IN/EGRESS_MIRROR/REDIR */ member in struct:tc_mirred
  /external/libnl/lib/route/act/
mirred.c 69 if (u->m_parm.eaction == TCA_EGRESS_MIRROR)
71 else if (u->m_parm.eaction == TCA_EGRESS_REDIR)
144 u->m_parm.eaction = action;
160 return u->m_parm.eaction;
193 switch (u->m_parm.eaction) {
  /external/iproute2/tc/
m_mirred.c 122 p.eaction = egress ? TCA_EGRESS_MIRROR :
132 p.eaction = egress ? TCA_EGRESS_REDIR :
173 if (p.eaction == TCA_EGRESS_MIRROR || p.eaction == TCA_INGRESS_MIRROR)
273 fprintf(f, "mirred (%s to device %s)", mirred_n2a(p->eaction), dev);

Completed in 269 milliseconds