Home
last modified time | relevance | path

Searched refs:tcf_mirred_forward (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() function
317 err = tcf_mirred_forward(res->ingress, skb); 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() function
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