Searched refs:want_ingress (Results 1 – 1 of 1) sorted by relevance
214 static int tcf_mirred_forward(bool want_ingress, struct sk_buff *skb) in tcf_mirred_forward() argument218 if (!want_ingress) in tcf_mirred_forward()239 bool want_ingress; in tcf_mirred_act() local287 want_ingress = tcf_mirred_act_wants_ingress(m_eaction); in tcf_mirred_act()291 if (want_ingress && !at_ingress) /* drop dst for egress -> ingress */ in tcf_mirred_act()294 expects_nh = want_ingress || !m_mac_header_xmit; in tcf_mirred_act()317 err = tcf_mirred_forward(want_ingress, skb); in tcf_mirred_act()325 err = tcf_mirred_forward(want_ingress, skb2); in tcf_mirred_act()