Home
last modified time | relevance | path

Searched refs:skb_at_tc_ingress (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/net/sched/
H A Dact_sample.c181 if (!skb_at_tc_ingress(skb)) { in tcf_sample_act()
189 if (skb_at_tc_ingress(skb) && tcf_sample_dev_ok_push(skb->dev)) in tcf_sample_act()
195 if (skb_at_tc_ingress(skb) && tcf_sample_dev_ok_push(skb->dev)) in tcf_sample_act()
H A Dact_ife.c724 if (skb_at_tc_ingress(skb)) in tcf_ife_decode()
804 if (!skb_at_tc_ingress(skb)) { in tcf_ife_encode()
826 if (skb_at_tc_ingress(skb)) in tcf_ife_encode()
859 if (skb_at_tc_ingress(skb)) in tcf_ife_encode()
H A Dact_vlan.c38 if (skb_at_tc_ingress(skb)) in tcf_vlan_act()
96 if (skb_at_tc_ingress(skb)) in tcf_vlan_act()
H A Dact_mpls.c68 if (skb_at_tc_ingress(skb)) { in tcf_mpls_act()
122 if (skb_at_tc_ingress(skb)) in tcf_mpls_act()
H A Dact_mirred.c250 at_ingress = skb_at_tc_ingress(skb); in tcf_mirred_to_dev()
251 dont_clone = skb_at_tc_ingress(skb) && is_redirect && in tcf_mirred_to_dev()
H A Dact_bpf.c39 bool at_ingress = skb_at_tc_ingress(skb); in tcf_bpf_act()
H A Dact_police.c241 if (skb_at_tc_ingress(skb)) in tcf_police_mtu_check()
H A Dcls_bpf.c86 bool at_ingress = skb_at_tc_ingress(skb); in cls_bpf_classify()
/openbmc/linux/include/net/
H A Dsch_generic.h735 static inline bool skb_at_tc_ingress(const struct sk_buff *skb) in skb_at_tc_ingress() function
/openbmc/linux/net/core/
H A Dfilter.c1684 if (skb_at_tc_ingress(skb)) in bpf_push_mac_rcsum()
1690 if (skb_at_tc_ingress(skb)) in bpf_pull_mac_rcsum()
2132 skb_set_redirected_noclear(skb, skb_at_tc_ingress(skb)); in __bpf_tx_skb()
2160 if (!skb_at_tc_ingress(skb)) in __bpf_redirect_no_mac()
2493 !skb_at_tc_ingress(skb))) in skb_do_redirect()
7464 if (!skb_at_tc_ingress(skb)) in BPF_CALL_3()