Lines Matching defs:prog
233 static void bpf_program__unload(struct bpf_program *prog) in bpf_program__unload()
256 static void bpf_program__exit(struct bpf_program *prog) in bpf_program__exit()
280 struct bpf_program *prog) in bpf_program__init()
320 struct bpf_program prog, *progs; in bpf_object__add_program() local
355 struct bpf_program *prog; in bpf_object__init_prog_names() local
871 struct bpf_program *prog; in bpf_object__find_prog_by_idx() local
895 bpf_program__collect_reloc(struct bpf_program *prog, GElf_Shdr *shdr, in bpf_program__collect_reloc()
1180 bpf_program__reloc_text(struct bpf_program *prog, struct bpf_object *obj, in bpf_program__reloc_text()
1223 bpf_program__relocate(struct bpf_program *prog, struct bpf_object *obj) in bpf_program__relocate()
1262 struct bpf_program *prog; in bpf_object__relocate() local
1292 struct bpf_program *prog; in bpf_object__collect_reloc() local
1387 bpf_program__load(struct bpf_program *prog, in bpf_program__load()
1469 static bool bpf_program__is_function_storage(struct bpf_program *prog, in bpf_program__is_function_storage()
1679 int bpf_program__pin_instance(struct bpf_program *prog, const char *path, in bpf_program__pin_instance()
1725 int bpf_program__pin(struct bpf_program *prog, const char *path) in bpf_program__pin()
1792 struct bpf_program *prog; in bpf_object__pin() local
1953 struct bpf_program *prog = prev; in bpf_program__next() local
1962 int bpf_program__set_priv(struct bpf_program *prog, void *priv, in bpf_program__set_priv()
1973 void *bpf_program__priv(struct bpf_program *prog) in bpf_program__priv()
1978 void bpf_program__set_ifindex(struct bpf_program *prog, __u32 ifindex) in bpf_program__set_ifindex()
1983 const char *bpf_program__title(struct bpf_program *prog, bool needs_copy) in bpf_program__title()
1999 int bpf_program__fd(struct bpf_program *prog) in bpf_program__fd()
2004 int bpf_program__set_prep(struct bpf_program *prog, int nr_instances, in bpf_program__set_prep()
2032 int bpf_program__nth_fd(struct bpf_program *prog, int n) in bpf_program__nth_fd()
2055 void bpf_program__set_type(struct bpf_program *prog, enum bpf_prog_type type) in bpf_program__set_type()
2060 static bool bpf_program__is_type(struct bpf_program *prog, in bpf_program__is_type()
2089 void bpf_program__set_expected_attach_type(struct bpf_program *prog, in bpf_program__set_expected_attach_type()
2166 bpf_program__identify_section(struct bpf_program *prog, in bpf_program__identify_section()
2305 struct bpf_program *prog, *first_prog = NULL; in bpf_prog_load_xattr() local