Lines Matching refs:ingress
26 static inline void tcx_set_ingress(struct sk_buff *skb, bool ingress)
29 skb->tc_at_ingress = ingress;
64 bool ingress)
67 if (ingress)
74 tcx_entry_fetch(struct net_device *dev, bool ingress)
77 if (ingress)
100 tcx_entry_fetch_or_create(struct net_device *dev, bool ingress, bool *created)
102 struct bpf_mprog_entry *entry = tcx_entry_fetch(dev, ingress);
114 static inline void tcx_skeys_inc(bool ingress)
117 if (ingress)
123 static inline void tcx_skeys_dec(bool ingress)
125 if (ingress)
166 void tcx_uninstall(struct net_device *dev, bool ingress);