Searched refs:filter_fd (Results 1 – 1 of 1) sorted by relevance
43 int filter_fd = bpf_prog_load(BPF_PROG_TYPE_SOCKET_FILTER, NULL, "GPL v2", in serial_test_raw_tp_writable_test_run() local46 if (CHECK(filter_fd < 0, "test_program_loaded", "failed: %d errno %d\n", in serial_test_raw_tp_writable_test_run()47 filter_fd, errno)) in serial_test_raw_tp_writable_test_run()64 int err = bpf_prog_test_run_opts(filter_fd, &topts); in serial_test_raw_tp_writable_test_run()72 err = bpf_prog_test_run_opts(filter_fd, &topts); in serial_test_raw_tp_writable_test_run()79 close(filter_fd); in serial_test_raw_tp_writable_test_run()