Searched refs:TCA_EGRESS_MIRROR (Results 1 – 5 of 5) sorted by relevance
69 if (u->m_parm.eaction == TCA_EGRESS_MIRROR) in mirred_dump_line()142 case TCA_EGRESS_MIRROR: in rtnl_mirred_set_action()194 case TCA_EGRESS_MIRROR: in rtnl_mirred_set_policy()
55 case TCA_EGRESS_MIRROR: in mirred_n2a()111 p.eaction = TCA_EGRESS_MIRROR; in parse_egress()159 if (argc && p.eaction == TCA_EGRESS_MIRROR) { in parse_egress()
9 #define TCA_EGRESS_MIRROR 2 /* mirror packet to EGRESS */ macro