Home
last modified time | relevance | path

Searched refs:obj_file (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dprobe_user.c14 const char *obj_file = "./test_probe_user.bpf.o"; in serial_test_probe_user() local
25 obj = bpf_object__open_file(obj_file, &opts); in serial_test_probe_user()
Dconnect_force_port.c56 const char *obj_file = v4 ? "connect_force_port4.bpf.o" : "connect_force_port6.bpf.o"; in run_test() local
60 obj = bpf_object__open_file(obj_file, NULL); in run_test()
Dfexit_bpf2bpf.c56 static void test_fexit_bpf2bpf_common(const char *obj_file, in test_fexit_bpf2bpf_common() argument
97 obj = bpf_object__open_file(obj_file, NULL); in test_fexit_bpf2bpf_common()
350 static void test_obj_load_failure_common(const char *obj_file, in test_obj_load_failure_common() argument
371 obj = bpf_object__open_file(obj_file, NULL); in test_obj_load_failure_common()