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