Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
H A Dact_mirred.c214 static int tcf_mirred_forward(bool want_ingress, struct sk_buff *skb) in tcf_mirred_forward() argument
218 if (!want_ingress) in tcf_mirred_forward()
238 bool want_ingress; in tcf_mirred_act() local
286 want_ingress = tcf_mirred_act_wants_ingress(m_eaction); in tcf_mirred_act()
290 if (want_ingress && !at_ingress) /* drop dst for egress -> ingress */ in tcf_mirred_act()
293 expects_nh = want_ingress || !m_mac_header_xmit; in tcf_mirred_act()
316 res->ingress = want_ingress; in tcf_mirred_act()
325 err = tcf_mirred_forward(want_ingress, skb2); in tcf_mirred_act()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds