Searched refs:bpf_object__open (Results 1 – 12 of 12) sorted by relevance
10 return bpf_object__open("test") ? 0 : -1; in main()
162 obj = bpf_object__open(file); in test_xdp_adjust_frags_tail_shrink()226 obj = bpf_object__open(file); in test_xdp_adjust_frags_tail_grow_4k()297 obj = bpf_object__open(file); in test_xdp_adjust_frags_tail_grow_64k()
16 obj = bpf_object__open(file); in test_xdp_update_frags()
88 obj = bpf_object__open("test_select_reuseport_kern.bpf.o"); in prepare_bpf_obj()
4941 obj = bpf_object__open(test->file); in do_test_file()
51 obj = bpf_object__open(objfile); in do_pin()
29 bpf_object__open;
8586 struct bpf_object *bpf_object__open(const char *path) in bpf_object__open() function
105 obj = bpf_object__open("./my_prog.o");
47 For example ``bpf_object__open`` consists of the name of corresponding
1169 obj = bpf_object__open(MAPINMAP_PROG); in test_map_in_map()1244 obj = bpf_object__open(MAPINMAP_INVALID_PROG); in test_map_in_map()
1737 obj = bpf_object__open(bpf_file); in populate_progs()