Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_mirred.c210 tcf_mirred_forward(bool at_ingress, bool want_ingress, struct sk_buff *skb) in tcf_mirred_forward() argument
214 if (!want_ingress) in tcf_mirred_forward()
230 bool want_ingress; in tcf_mirred_to_dev() local
259 want_ingress = tcf_mirred_act_wants_ingress(m_eaction); in tcf_mirred_to_dev()
263 if (want_ingress && !at_ingress) /* drop dst for egress -> ingress */ in tcf_mirred_to_dev()
266 expects_nh = want_ingress || !m_mac_header_xmit; in tcf_mirred_to_dev()
289 err = tcf_mirred_forward(at_ingress, want_ingress, skb_to_send); in tcf_mirred_to_dev()
291 err = tcf_mirred_forward(at_ingress, want_ingress, skb_to_send); in tcf_mirred_to_dev()