Searched refs:proto_fd (Results 1 – 1 of 1) sorted by relevance
49 int proto_fd = -1; in test_ringbuf_multi() local 62 proto_fd = bpf_map_create(BPF_MAP_TYPE_RINGBUF, NULL, 0, 0, page_size, NULL); in test_ringbuf_multi() 63 if (CHECK(proto_fd < 0, "bpf_map_create", "bpf_map_create failed\n")) in test_ringbuf_multi() 66 err = bpf_map__set_inner_map_fd(skel->maps.ringbuf_hash, proto_fd); in test_ringbuf_multi() 74 close(proto_fd); in test_ringbuf_multi() 75 proto_fd = -1; in test_ringbuf_multi() 143 if (proto_fd >= 0) in test_ringbuf_multi() 144 close(proto_fd); in test_ringbuf_multi()