Searched refs:at_ingress (Results 1 – 3 of 3) sorted by relevance
233 tcf_mirred_forward(bool at_ingress, bool want_ingress, struct sk_buff *skb) in tcf_mirred_forward() argument 239 else if (!at_ingress) in tcf_mirred_forward() 256 bool at_ingress; in tcf_mirred_to_dev() local 271 at_ingress = skb_at_tc_ingress(skb); in tcf_mirred_to_dev() 272 if (dev == skb->dev && want_ingress == at_ingress) { in tcf_mirred_to_dev() 275 at_ingress ? "ingress" : "egress", in tcf_mirred_to_dev() 295 if (want_ingress && !at_ingress) /* drop dst for egress -> ingress */ in tcf_mirred_to_dev() 301 mac_len = at_ingress ? skb->mac_len : in tcf_mirred_to_dev() 321 err = tcf_mirred_forward(at_ingress, want_ingress, skb_to_send); in tcf_mirred_to_dev() 323 err = tcf_mirred_forward(at_ingress, want_ingres in tcf_mirred_to_dev() [all...]
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()