Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dringbuf_multi.c47 int proto_fd = -1; in test_ringbuf_multi() local
65 proto_fd = bpf_create_map(BPF_MAP_TYPE_RINGBUF, 0, 0, page_size, 0); in test_ringbuf_multi()
66 if (CHECK(proto_fd < 0, "bpf_create_map", "bpf_create_map failed\n")) in test_ringbuf_multi()
69 err = bpf_map__set_inner_map_fd(skel->maps.ringbuf_hash, proto_fd); in test_ringbuf_multi()
77 close(proto_fd); in test_ringbuf_multi()
78 proto_fd = -1; in test_ringbuf_multi()
129 if (proto_fd >= 0) in test_ringbuf_multi()
130 close(proto_fd); in test_ringbuf_multi()