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
622 struct bpf_program *prog; in bpf_object__find_prog_by_idx() local
634 bpf_program__collect_reloc(struct bpf_program *prog, in bpf_program__collect_reloc()
750 bpf_program__relocate(struct bpf_program *prog, int *map_fds) in bpf_program__relocate()
782 struct bpf_program *prog; in bpf_object__relocate() local
812 struct bpf_program *prog; in bpf_object__collect_reloc() local
886 bpf_program__load(struct bpf_program *prog, in bpf_program__load()
1114 int bpf_program__set_private(struct bpf_program *prog, in bpf_program__set_private()
1126 int bpf_program__get_private(struct bpf_program *prog, void **ppriv) in bpf_program__get_private()
1132 const char *bpf_program__title(struct bpf_program *prog, bool needs_copy) in bpf_program__title()
1148 int bpf_program__fd(struct bpf_program *prog) in bpf_program__fd()