Lines Matching +full:gen +full:- +full:2
1 /* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
29 void bpf_gen__init(struct bpf_gen *gen, int log_level);
30 int bpf_gen__finish(struct bpf_gen *gen);
31 void bpf_gen__free(struct bpf_gen *gen);
32 void bpf_gen__load_btf(struct bpf_gen *gen, const void *raw_data, __u32 raw_size);
33 void bpf_gen__map_create(struct bpf_gen *gen, struct bpf_create_map_attr *map_attr, int map_idx);
35 void bpf_gen__prog_load(struct bpf_gen *gen, struct bpf_prog_load_params *load_attr, int prog_idx);
36 void bpf_gen__map_update_elem(struct bpf_gen *gen, int map_idx, void *value, __u32 value_size);
37 void bpf_gen__map_freeze(struct bpf_gen *gen, int map_idx);
38 void bpf_gen__record_attach_target(struct bpf_gen *gen, const char *name, enum bpf_attach_type type…
39 void bpf_gen__record_extern(struct bpf_gen *gen, const char *name, int kind, int insn_idx);