tcfm_eaction       10 include/net/tc_act/tc_mirred.h 	int			tcfm_eaction;
tcfm_eaction       21 include/net/tc_act/tc_mirred.h 		return to_mirred(a)->tcfm_eaction == TCA_EGRESS_REDIR;
tcfm_eaction       30 include/net/tc_act/tc_mirred.h 		return to_mirred(a)->tcfm_eaction == TCA_EGRESS_MIRROR;
tcfm_eaction       39 include/net/tc_act/tc_mirred.h 		return to_mirred(a)->tcfm_eaction == TCA_INGRESS_REDIR;
tcfm_eaction       48 include/net/tc_act/tc_mirred.h 		return to_mirred(a)->tcfm_eaction == TCA_INGRESS_MIRROR;
tcfm_eaction      188 net/sched/act_mirred.c 	m->tcfm_eaction = parm->eaction;
tcfm_eaction      239 net/sched/act_mirred.c 	m_eaction = READ_ONCE(m->tcfm_eaction);
tcfm_eaction      343 net/sched/act_mirred.c 	opt.eaction = m->tcfm_eaction;