Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dact_mirred.c233 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...]
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()