Searched refs:at_ingress (Results 1 – 3 of 3) sorted by relevance
210 tcf_mirred_forward(bool at_ingress, bool want_ingress, struct sk_buff *skb) in tcf_mirred_forward() argument216 else if (!at_ingress) in tcf_mirred_forward()233 bool at_ingress; in tcf_mirred_to_dev() local250 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()
39 bool at_ingress = skb_at_tc_ingress(skb); in tcf_bpf_act() local48 if (at_ingress) { in tcf_bpf_act()
86 bool at_ingress = skb_at_tc_ingress(skb); in cls_bpf_classify() local97 } else if (at_ingress) { in cls_bpf_classify()