Lines Matching defs:prog
251 static void bpf_program__unload(struct bpf_program *prog) in bpf_program__unload()
274 static void bpf_program__exit(struct bpf_program *prog) in bpf_program__exit()
297 struct bpf_program *prog) in bpf_program__init()
336 struct bpf_program prog, *progs; in bpf_object__add_program() local
804 struct bpf_program *prog; in bpf_object__find_prog_by_idx() local
816 bpf_program__collect_reloc(struct bpf_program *prog, in bpf_program__collect_reloc()
922 bpf_program__relocate(struct bpf_program *prog, struct bpf_object *obj) in bpf_program__relocate()
954 struct bpf_program *prog; in bpf_object__relocate() local
984 struct bpf_program *prog; in bpf_object__collect_reloc() local
1070 bpf_program__load(struct bpf_program *prog, in bpf_program__load()
1305 int bpf_program__pin_instance(struct bpf_program *prog, const char *path, in bpf_program__pin_instance()
1346 int bpf_program__pin(struct bpf_program *prog, const char *path) in bpf_program__pin()
1411 struct bpf_program *prog; in bpf_object__pin() local
1563 int bpf_program__set_priv(struct bpf_program *prog, void *priv, in bpf_program__set_priv()
1574 void *bpf_program__priv(struct bpf_program *prog) in bpf_program__priv()
1579 const char *bpf_program__title(struct bpf_program *prog, bool needs_copy) in bpf_program__title()
1595 int bpf_program__fd(struct bpf_program *prog) in bpf_program__fd()
1600 int bpf_program__set_prep(struct bpf_program *prog, int nr_instances, in bpf_program__set_prep()
1628 int bpf_program__nth_fd(struct bpf_program *prog, int n) in bpf_program__nth_fd()
1648 void bpf_program__set_type(struct bpf_program *prog, enum bpf_prog_type type) in bpf_program__set_type()
1653 static bool bpf_program__is_type(struct bpf_program *prog, in bpf_program__is_type()
1778 struct bpf_program *prog; in bpf_prog_load() local