Lines Matching defs:aux
46 typedef int (*bpf_iter_init_seq_priv_t)(void *private_data, struct bpf_iter_aux_info *aux);
88 int (*map_poke_track)(struct bpf_map *map, struct bpf_prog_aux *aux);
89 void (*map_poke_untrack)(struct bpf_map *map, struct bpf_prog_aux *aux);
459 static inline void bpf_ctx_record_field_size(struct bpf_insn_access_aux *aux, u32 size)
461 aux->ctx_field_size = size;
757 void *aux;
971 struct bpf_array_aux *aux;
1317 struct bpf_iter_aux_info *aux);
1318 typedef void (*bpf_iter_detach_target_t)(struct bpf_iter_aux_info *aux);
1319 typedef void (*bpf_iter_show_fdinfo_t)(const struct bpf_iter_aux_info *aux, struct seq_file *seq);
1320 typedef int (*bpf_iter_fill_link_info_t)(const struct bpf_iter_aux_info *aux, struct bpf_link_info *info);
1355 void bpf_iter_map_show_fdinfo(const struct bpf_iter_aux_info *aux, struct seq_file *seq);
1356 int bpf_iter_map_fill_link_info(const struct bpf_iter_aux_info *aux, struct bpf_link_info *info);
1640 void __bpf_free_used_maps(struct bpf_prog_aux *aux, struct bpf_map **used_maps, u32 len);
1669 static inline bool bpf_prog_is_dev_bound(const struct bpf_prog_aux *aux)
1671 return aux->offload_requested;
1687 static inline bool bpf_prog_is_dev_bound(struct bpf_prog_aux *aux)