Home
last modified time | relevance | path

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

/linux-6.12.1/net/sched/
Dact_mirred.c236 tcf_mirred_forward(bool at_ingress, bool want_ingress, struct sk_buff *skb) in tcf_mirred_forward() argument
242 else if (!at_ingress) in tcf_mirred_forward()
259 bool at_ingress; in tcf_mirred_to_dev() local
276 at_ingress = skb_at_tc_ingress(skb); in tcf_mirred_to_dev()
289 if (want_ingress && !at_ingress) /* drop dst for egress -> ingress */ in tcf_mirred_to_dev()
295 mac_len = at_ingress ? skb->mac_len : in tcf_mirred_to_dev()
315 err = tcf_mirred_forward(at_ingress, want_ingress, skb_to_send); in tcf_mirred_to_dev()
317 err = tcf_mirred_forward(at_ingress, want_ingress, skb_to_send); in tcf_mirred_to_dev()
Dact_bpf.c39 bool at_ingress = skb_at_tc_ingress(skb); in tcf_bpf_act() local
48 if (at_ingress) { in tcf_bpf_act()
Dcls_bpf.c86 bool at_ingress = skb_at_tc_ingress(skb); in cls_bpf_classify() local
97 } else if (at_ingress) { in cls_bpf_classify()