Searched refs:proto_fd (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dringbuf_multi.c49 int proto_fd = -1; local
62 proto_fd = bpf_map_create(BPF_MAP_TYPE_RINGBUF, NULL, 0, 0, page_size, NULL);
63 if (CHECK(proto_fd < 0, "bpf_map_create", "bpf_map_create failed\n"))
66 err = bpf_map__set_inner_map_fd(skel->maps.ringbuf_hash, proto_fd);
74 close(proto_fd);
75 proto_fd = -1;
143 if (proto_fd >= 0)
144 close(proto_fd);

Completed in 88 milliseconds