Home
last modified time | relevance | path

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

/Linux-v5.15/net/sched/
Dact_mirred.c206 static int tcf_mirred_forward(bool want_ingress, struct sk_buff *skb) in tcf_mirred_forward() argument
210 if (!want_ingress) in tcf_mirred_forward()
228 bool want_ingress; in tcf_mirred_act() local
277 want_ingress = tcf_mirred_act_wants_ingress(m_eaction); in tcf_mirred_act()
279 expects_nh = want_ingress || !m_mac_header_xmit; in tcf_mirred_act()
302 res->ingress = want_ingress; in tcf_mirred_act()
311 err = tcf_mirred_forward(want_ingress, skb2); in tcf_mirred_act()