Lines Matching refs:bpf_program
142 struct bpf_program { struct
170 struct bpf_program *programs; argument
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()
593 static struct bpf_program *
596 struct bpf_program *prog; in bpf_object__find_prog_by_idx()
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()
786 struct bpf_program *prog; in bpf_object__collect_reloc()
860 bpf_program__load(struct bpf_program *prog, in bpf_program__load()
1066 struct bpf_program *
1067 bpf_program__next(struct bpf_program *prev, struct bpf_object *obj) in bpf_program__next()
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()