Searched refs:want_ingress (Results 1 – 1 of 1) sorted by relevance
237 tcf_mirred_forward(bool at_ingress, bool want_ingress, struct sk_buff *skb) in tcf_mirred_forward() argument241 if (!want_ingress) { in tcf_mirred_forward()260 bool want_ingress; in tcf_mirred_to_dev() local276 want_ingress = tcf_mirred_act_wants_ingress(m_eaction); in tcf_mirred_to_dev()279 if (dev == skb->dev && want_ingress == at_ingress) { in tcf_mirred_to_dev()284 want_ingress ? "ingress" : "egress"); in tcf_mirred_to_dev()302 if (want_ingress && !at_ingress) /* drop dst for egress -> ingress */ in tcf_mirred_to_dev()305 expects_nh = want_ingress || !m_mac_header_xmit; in tcf_mirred_to_dev()328 err = tcf_mirred_forward(at_ingress, want_ingress, skb_to_send); in tcf_mirred_to_dev()330 err = tcf_mirred_forward(at_ingress, want_ingress, skb_to_send); in tcf_mirred_to_dev()[all …]