Lines Matching refs:bpf_prog_aux
39 struct bpf_prog_aux;
131 int (*map_poke_track)(struct bpf_map *map, struct bpf_prog_aux *aux);
132 void (*map_poke_untrack)(struct bpf_map *map, struct bpf_prog_aux *aux);
1521 struct bpf_prog_aux { struct
1657 struct bpf_prog_aux *aux; /* Auxiliary fields */
3089 void __bpf_free_used_maps(struct bpf_prog_aux *aux,
3124 struct bpf_prog_aux *prog_aux);
3130 static inline bool bpf_prog_is_dev_bound(const struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound()
3135 static inline bool bpf_prog_is_offloaded(const struct bpf_prog_aux *aux) in bpf_prog_is_offloaded()
3166 struct bpf_prog_aux *prog_aux) in bpf_dev_bound_kfunc_check()
3193 static inline bool bpf_prog_is_dev_bound(const struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound()
3198 static inline bool bpf_prog_is_offloaded(struct bpf_prog_aux *aux) in bpf_prog_is_offloaded()