Lines Matching defs:prog
207 static void bpf_program__unload(struct bpf_program *prog) in bpf_program__unload()
215 static void bpf_program__exit(struct bpf_program *prog) in bpf_program__exit()
238 struct bpf_program *prog) in bpf_program__init()
275 struct bpf_program prog, *progs; in bpf_object__add_program() local
596 struct bpf_program *prog; in bpf_object__find_prog_by_idx() local
608 bpf_program__collect_reloc(struct bpf_program *prog, in bpf_program__collect_reloc()
724 bpf_program__relocate(struct bpf_program *prog, int *map_fds) in bpf_program__relocate()
756 struct bpf_program *prog; in bpf_object__relocate() local
786 struct bpf_program *prog; in bpf_object__collect_reloc() local
860 bpf_program__load(struct bpf_program *prog, in bpf_program__load()
1088 int bpf_program__set_private(struct bpf_program *prog, in bpf_program__set_private()
1100 int bpf_program__get_private(struct bpf_program *prog, void **ppriv) in bpf_program__get_private()
1106 const char *bpf_program__title(struct bpf_program *prog, bool needs_copy) in bpf_program__title()
1122 int bpf_program__fd(struct bpf_program *prog) in bpf_program__fd()