Lines Matching refs:bpf_program

133 struct bpf_program {  struct
187 struct bpf_program *programs; argument
231 static void bpf_program__unload(struct bpf_program *prog) in bpf_program__unload()
254 static void bpf_program__exit(struct bpf_program *prog) in bpf_program__exit()
278 struct bpf_program *prog) in bpf_program__init()
318 struct bpf_program prog, *progs; in bpf_object__add_program()
353 struct bpf_program *prog; in bpf_object__init_prog_names()
866 static struct bpf_program *
869 struct bpf_program *prog; in bpf_object__find_prog_by_idx()
880 struct bpf_program *
883 struct bpf_program *pos; in bpf_object__find_program_by_title()
893 bpf_program__collect_reloc(struct bpf_program *prog, GElf_Shdr *shdr, in bpf_program__collect_reloc()
1172 bpf_program__reloc_text(struct bpf_program *prog, struct bpf_object *obj, in bpf_program__reloc_text()
1176 struct bpf_program *text; in bpf_program__reloc_text()
1215 bpf_program__relocate(struct bpf_program *prog, struct bpf_object *obj) in bpf_program__relocate()
1254 struct bpf_program *prog; in bpf_object__relocate()
1284 struct bpf_program *prog; in bpf_object__collect_reloc()
1379 bpf_program__load(struct bpf_program *prog, in bpf_program__load()
1461 static bool bpf_program__is_function_storage(struct bpf_program *prog, in bpf_program__is_function_storage()
1671 int bpf_program__pin_instance(struct bpf_program *prog, const char *path, in bpf_program__pin_instance()
1717 int bpf_program__pin(struct bpf_program *prog, const char *path) in bpf_program__pin()
1784 struct bpf_program *prog; in bpf_object__pin()
1920 static struct bpf_program *
1921 __bpf_program__next(struct bpf_program *prev, struct bpf_object *obj) in __bpf_program__next()
1942 struct bpf_program *
1943 bpf_program__next(struct bpf_program *prev, struct bpf_object *obj) in bpf_program__next()
1945 struct bpf_program *prog = prev; in bpf_program__next()
1954 int bpf_program__set_priv(struct bpf_program *prog, void *priv, in bpf_program__set_priv()
1965 void *bpf_program__priv(struct bpf_program *prog) in bpf_program__priv()
1970 void bpf_program__set_ifindex(struct bpf_program *prog, __u32 ifindex) in bpf_program__set_ifindex()
1975 const char *bpf_program__title(struct bpf_program *prog, bool needs_copy) in bpf_program__title()
1991 int bpf_program__fd(struct bpf_program *prog) in bpf_program__fd()
1996 int bpf_program__set_prep(struct bpf_program *prog, int nr_instances, in bpf_program__set_prep()
2024 int bpf_program__nth_fd(struct bpf_program *prog, int n) in bpf_program__nth_fd()
2047 void bpf_program__set_type(struct bpf_program *prog, enum bpf_prog_type type) in bpf_program__set_type()
2052 static bool bpf_program__is_type(struct bpf_program *prog, in bpf_program__is_type()
2059 int bpf_program__set_##NAME(struct bpf_program *prog) \
2067 bool bpf_program__is_##NAME(struct bpf_program *prog) \
2081 void bpf_program__set_expected_attach_type(struct bpf_program *prog, in bpf_program__set_expected_attach_type()
2158 bpf_program__identify_section(struct bpf_program *prog, in bpf_program__identify_section()
2300 struct bpf_program *prog, *first_prog = NULL; in bpf_prog_load_xattr()