Searched refs:want_ingress (Results 1 – 1 of 1) sorted by relevance
208 static int tcf_mirred_forward(bool want_ingress, struct sk_buff *skb) in tcf_mirred_forward() argument212 if (!want_ingress) in tcf_mirred_forward()230 bool want_ingress; in tcf_mirred_act() local278 want_ingress = tcf_mirred_act_wants_ingress(m_eaction); in tcf_mirred_act()282 if (want_ingress && !at_ingress) /* drop dst for egress -> ingress */ in tcf_mirred_act()285 expects_nh = want_ingress || !m_mac_header_xmit; in tcf_mirred_act()308 err = tcf_mirred_forward(want_ingress, skb); in tcf_mirred_act()316 err = tcf_mirred_forward(want_ingress, skb2); in tcf_mirred_act()