Searched refs:filter_fd (Results 1 – 1 of 1) sorted by relevance
44 int filter_fd = bpf_prog_load(BPF_PROG_TYPE_SOCKET_FILTER, NULL, "GPL v2", in serial_test_raw_tp_writable_test_run() local47 if (CHECK(filter_fd < 0, "test_program_loaded", "failed: %d errno %d\n", in serial_test_raw_tp_writable_test_run()48 filter_fd, errno)) in serial_test_raw_tp_writable_test_run()65 int err = bpf_prog_test_run_opts(filter_fd, &topts); in serial_test_raw_tp_writable_test_run()73 err = bpf_prog_test_run_opts(filter_fd, &topts); in serial_test_raw_tp_writable_test_run()80 close(filter_fd); in serial_test_raw_tp_writable_test_run()