Searched refs:bpf_mprog_entry (Results 1 – 3 of 3) sorted by relevance
139 struct bpf_mprog_entry { struct145 struct bpf_mprog_entry a; argument146 struct bpf_mprog_entry b;158 static inline struct bpf_mprog_entry *159 bpf_mprog_peer(const struct bpf_mprog_entry *entry) in bpf_mprog_peer()254 struct bpf_mprog_entry *src) in bpf_mprog_entry_copy()265 struct bpf_mprog_entry **entry_new) in bpf_mprog_clear_all()267 struct bpf_mprog_entry *peer; in bpf_mprog_clear_all()321 struct bpf_mprog_entry **entry_new,327 struct bpf_mprog_entry **entry_new,[all …]
2125 struct bpf_mprog_entry __rcu *tcx_egress;2159 struct bpf_mprog_entry __rcu *tcx_ingress;
33 static inline struct tcx_entry *tcx_entry(struct bpf_mprog_entry *entry) in tcx_entry()57 tcx_entry_update(struct net_device *dev, struct bpf_mprog_entry *entry, in tcx_entry_update()67 static inline struct bpf_mprog_entry *77 static inline struct bpf_mprog_entry *tcx_entry_create_noprof(void) in tcx_entry_create_noprof()89 static inline void tcx_entry_free(struct bpf_mprog_entry *entry) in tcx_entry_free()94 static inline struct bpf_mprog_entry *97 struct bpf_mprog_entry *entry = tcx_entry_fetch(dev, ingress); in tcx_entry_fetch_or_create()127 static inline void tcx_miniq_inc(struct bpf_mprog_entry *entry) in tcx_miniq_inc()133 static inline void tcx_miniq_dec(struct bpf_mprog_entry *entry) in tcx_miniq_dec()139 static inline bool tcx_entry_is_active(struct bpf_mprog_entry *entry) in tcx_entry_is_active()
Completed in 22 milliseconds