Lines Matching defs:aux
102 struct bpf_iter_aux_info *aux)
125 key_acc_size = prog->aux->max_rdonly_access;
126 value_acc_size = prog->aux->max_rdwr_access;
138 aux->map = map;
146 static void bpf_iter_detach_map(struct bpf_iter_aux_info *aux)
148 bpf_map_put_with_uref(aux->map);
151 void bpf_iter_map_show_fdinfo(const struct bpf_iter_aux_info *aux,
154 seq_printf(seq, "map_id:\t%u\n", aux->map->id);
157 int bpf_iter_map_fill_link_info(const struct bpf_iter_aux_info *aux,
160 info->iter.map.map_id = aux->map->id;