Searched refs:skb_at_tc_ingress (Results 1 – 10 of 10) sorted by relevance
172 if (!skb_at_tc_ingress(skb)) { in tcf_sample_act()180 if (skb_at_tc_ingress(skb) && tcf_sample_dev_ok_push(skb->dev)) in tcf_sample_act()186 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()
36 if (skb_at_tc_ingress(skb)) in tcf_vlan_act()94 if (skb_at_tc_ingress(skb)) in tcf_vlan_act()
269 at_ingress = skb_at_tc_ingress(skb); in tcf_mirred_act()288 mac_len = skb_at_tc_ingress(skb) ? skb->mac_len : in tcf_mirred_act()
66 if (skb_at_tc_ingress(skb)) { in tcf_mpls_act()120 if (skb_at_tc_ingress(skb)) in tcf_mpls_act()
37 bool at_ingress = skb_at_tc_ingress(skb); in tcf_bpf_act()
239 if (skb_at_tc_ingress(skb)) in tcf_police_mtu_check()
84 bool at_ingress = skb_at_tc_ingress(skb); in cls_bpf_classify()
694 static inline bool skb_at_tc_ingress(const struct sk_buff *skb) in skb_at_tc_ingress() function
1677 if (skb_at_tc_ingress(skb)) in bpf_push_mac_rcsum()1683 if (skb_at_tc_ingress(skb)) in bpf_pull_mac_rcsum()2145 if (!skb_at_tc_ingress(skb)) in __bpf_redirect_no_mac()2472 !skb_at_tc_ingress(skb))) in skb_do_redirect()7184 if (!skb_at_tc_ingress(skb)) in BPF_CALL_3()