Home
last modified time | relevance | path

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

/openbmc/linux/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
216 else if (!at_ingress) in tcf_mirred_forward()
233 bool at_ingress; in tcf_mirred_to_dev() local
250 at_ingress = skb_at_tc_ingress(skb); in tcf_mirred_to_dev()
263 if (want_ingress && !at_ingress) /* drop dst for egress -> ingress */ in tcf_mirred_to_dev()
269 mac_len = at_ingress ? skb->mac_len : 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()
H A Dact_bpf.c39 bool at_ingress = skb_at_tc_ingress(skb); in tcf_bpf_act() local
48 if (at_ingress) { in tcf_bpf_act()
H A 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()