Searched refs:attach_fd (Results 1 – 3 of 3) sorted by relevance
83 int opt, hid_id, attach_fd; in main() local125 attach_fd = bpf_program__fd(skel->progs.attach_prog); in main()126 if (attach_fd < 0) { in main()138 err = bpf_prog_test_run_opts(attach_fd, &tattr); in main()
95 int attach_fd, err; in attach_prog() local101 attach_fd = bpf_program__fd(skel->progs.attach_prog); in attach_prog()102 if (attach_fd < 0) { in attach_prog()108 err = bpf_prog_test_run_opts(attach_fd, &tattr); in attach_prog()
514 int attach_fd, err = -EINVAL; in load_programs() local543 attach_fd = bpf_program__fd(self->skel->progs.attach_prog); in load_programs()544 ASSERT_GE(attach_fd, 0) TH_LOG("locate attach_prog: %d", attach_fd); in load_programs()556 err = bpf_prog_test_run_opts(attach_fd, &tattr); in load_programs()
Completed in 6 milliseconds