Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_mirred.c226 const bool m_mac_header_xmit, int m_eaction, in tcf_mirred_to_dev() argument
239 is_redirect = tcf_mirred_is_act_redirect(m_eaction); in tcf_mirred_to_dev()
259 want_ingress = tcf_mirred_act_wants_ingress(m_eaction); in tcf_mirred_to_dev()
314 int m_eaction; in tcf_mirred_act() local
335 m_eaction = READ_ONCE(m->tcfm_eaction); in tcf_mirred_act()
337 retval = tcf_mirred_to_dev(skb, m, dev, m_mac_header_xmit, m_eaction, in tcf_mirred_act()