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()
59 bool ingress) in tcx_entry_update() argument
62 if (ingress) in tcx_entry_update()
69 tcx_entry_fetch(struct net_device *dev, bool ingress) in tcx_entry_fetch() argument
72 if (ingress) in tcx_entry_fetch()
96 tcx_entry_fetch_or_create(struct net_device *dev, bool ingress, bool *created) in tcx_entry_fetch_or_create() argument
98 struct bpf_mprog_entry *entry = tcx_entry_fetch(dev, ingress); in tcx_entry_fetch_or_create()
110 static inline void tcx_skeys_inc(bool ingress) in tcx_skeys_inc() argument
113 if (ingress) in tcx_skeys_inc()
119 static inline void tcx_skeys_dec(bool ingress) in tcx_skeys_dec() argument
121 if (ingress) in tcx_skeys_dec()
167 void tcx_uninstall(struct net_device *dev, bool ingress);