Searched refs:skb_at_tc_ingress (Results 1 – 10 of 10) sorted by relevance
174 if (!skb_at_tc_ingress(skb)) { in tcf_sample_act()183 if (skb_at_tc_ingress(skb) && tcf_sample_dev_ok_push(skb->dev)) in tcf_sample_act()190 if (skb_at_tc_ingress(skb) && tcf_sample_dev_ok_push(skb->dev)) in tcf_sample_act()
723 if (skb_at_tc_ingress(skb)) in tcf_ife_decode()803 if (!skb_at_tc_ingress(skb)) { in tcf_ife_encode()825 if (skb_at_tc_ingress(skb)) in tcf_ife_encode()858 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()
258 at_ingress = skb_at_tc_ingress(skb); in tcf_mirred_act()277 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()
224 if (skb_at_tc_ingress(skb)) in tcf_police_mtu_check()
84 bool at_ingress = skb_at_tc_ingress(skb); in cls_bpf_classify()
722 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()2145 if (!skb_at_tc_ingress(skb)) in __bpf_redirect_no_mac()2489 !skb_at_tc_ingress(skb))) in skb_do_redirect()6658 if (!skb_at_tc_ingress(skb)) in BPF_CALL_3()