Searched refs:proto_fd (Results 1 – 1 of 1) sorted by relevance
47 int proto_fd = -1; in test_ringbuf_multi() local60 proto_fd = bpf_map_create(BPF_MAP_TYPE_RINGBUF, NULL, 0, 0, page_size, NULL); in test_ringbuf_multi()61 if (CHECK(proto_fd < 0, "bpf_map_create", "bpf_map_create failed\n")) in test_ringbuf_multi()64 err = bpf_map__set_inner_map_fd(skel->maps.ringbuf_hash, proto_fd); in test_ringbuf_multi()72 close(proto_fd); in test_ringbuf_multi()73 proto_fd = -1; in test_ringbuf_multi()128 if (proto_fd >= 0) in test_ringbuf_multi()129 close(proto_fd); in test_ringbuf_multi()