Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dact_sample.c183 if (!skb_at_tc_ingress(skb)) { in tcf_sample_act()
191 if (skb_at_tc_ingress(skb) && tcf_sample_dev_ok_push(skb->dev)) in tcf_sample_act()
207 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_mirred.c276 at_ingress = skb_at_tc_ingress(skb); in tcf_mirred_to_dev()
277 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()
/linux/include/net/
H A Dsch_generic.h737 static inline bool skb_at_tc_ingress(const struct sk_buff *skb) in skb_at_tc_ingress() function
/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()
2131 skb_set_redirected_noclear(skb, skb_at_tc_ingress(skb)); in __bpf_tx_skb()
2159 if (!skb_at_tc_ingress(skb)) in __bpf_redirect_no_mac()
2495 if (unlikely(!skb_at_tc_ingress(skb))) in skb_do_redirect()
7511 if (!skb_at_tc_ingress(skb)) in BPF_CALL_3()
11985 if (!skb_at_tc_ingress(skb)) in bpf_sk_assign_tcp_reqsk()