Searched refs:skb_at_tc_ingress (Results 1 – 9 of 9) sorted by relevance
173 if (!skb_at_tc_ingress(skb)) { in tcf_sample_act()181 if (skb_at_tc_ingress(skb) && tcf_sample_dev_ok_push(skb->dev)) in tcf_sample_act()187 if (skb_at_tc_ingress(skb) && tcf_sample_dev_ok_push(skb->dev)) in tcf_sample_act()
724 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()
37 if (skb_at_tc_ingress(skb)) in tcf_vlan_act()95 if (skb_at_tc_ingress(skb)) in tcf_vlan_act()
268 at_ingress = skb_at_tc_ingress(skb); in tcf_mirred_act()287 mac_len = skb_at_tc_ingress(skb) ? skb->mac_len : in tcf_mirred_act()
67 if (skb_at_tc_ingress(skb)) { in tcf_mpls_act()121 if (skb_at_tc_ingress(skb)) in tcf_mpls_act()
38 bool at_ingress = skb_at_tc_ingress(skb); in tcf_bpf_act()
84 bool at_ingress = skb_at_tc_ingress(skb); in cls_bpf_classify()
734 static inline bool skb_at_tc_ingress(const struct sk_buff *skb) in skb_at_tc_ingress() function
1674 if (skb_at_tc_ingress(skb)) in bpf_push_mac_rcsum()1680 if (skb_at_tc_ingress(skb)) in bpf_pull_mac_rcsum()2133 if (!skb_at_tc_ingress(skb)) in __bpf_redirect_no_mac()2460 !skb_at_tc_ingress(skb))) in skb_do_redirect()6837 if (!skb_at_tc_ingress(skb)) in BPF_CALL_3()
Completed in 38 milliseconds