Searched refs:skb_at_tc_ingress (Results 1 – 10 of 10) sorted by relevance
181 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()
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()
38 if (skb_at_tc_ingress(skb)) in tcf_vlan_act()96 if (skb_at_tc_ingress(skb)) in tcf_vlan_act()
278 at_ingress = skb_at_tc_ingress(skb); in tcf_mirred_act()297 mac_len = skb_at_tc_ingress(skb) ? skb->mac_len : in tcf_mirred_act()
68 if (skb_at_tc_ingress(skb)) { in tcf_mpls_act()122 if (skb_at_tc_ingress(skb)) in tcf_mpls_act()
39 bool at_ingress = skb_at_tc_ingress(skb); in tcf_bpf_act()
240 if (skb_at_tc_ingress(skb)) in tcf_police_mtu_check()
86 bool at_ingress = skb_at_tc_ingress(skb); in cls_bpf_classify()
696 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()2141 if (!skb_at_tc_ingress(skb)) in __bpf_redirect_no_mac()2468 !skb_at_tc_ingress(skb))) in skb_do_redirect()7236 if (!skb_at_tc_ingress(skb)) in BPF_CALL_3()
Completed in 32 milliseconds