Home
last modified time | relevance | path

Searched refs:tcfm_eaction (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/tc_act/
H A Dtc_mirred.h10 int tcfm_eaction; member
23 return to_mirred(a)->tcfm_eaction == TCA_EGRESS_REDIR; in is_tcf_mirred_egress_redirect()
32 return to_mirred(a)->tcfm_eaction == TCA_EGRESS_MIRROR; in is_tcf_mirred_egress_mirror()
41 return to_mirred(a)->tcfm_eaction == TCA_INGRESS_REDIR; in is_tcf_mirred_ingress_redirect()
50 return to_mirred(a)->tcfm_eaction == TCA_INGRESS_MIRROR; in is_tcf_mirred_ingress_mirror()
/linux/net/sched/
H A Dact_mirred.c212 m->tcfm_eaction = parm->eaction; in tcf_mirred_init()
399 m_eaction = READ_ONCE(m->tcfm_eaction); in tcf_blockcast()
468 m_eaction = READ_ONCE(m->tcfm_eaction); in tcf_mirred_act()
503 opt.eaction = m->tcfm_eaction; in tcf_mirred_dump()