/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_d_path_check_types.c | 10 __uint(type, BPF_MAP_TYPE_RINGBUF);
|
H A D | verifier_ringbuf.c | 9 __uint(type, BPF_MAP_TYPE_RINGBUF);
|
H A D | ringbuf_bench.c | 12 __uint(type, BPF_MAP_TYPE_RINGBUF);
|
H A D | test_ringbuf_map_key.c | 18 __uint(type, BPF_MAP_TYPE_RINGBUF);
|
H A D | test_ringbuf.c | 18 __uint(type, BPF_MAP_TYPE_RINGBUF);
|
H A D | test_ringbuf_multi.c | 17 __uint(type, BPF_MAP_TYPE_RINGBUF);
|
H A D | ima.c | 15 __uint(type, BPF_MAP_TYPE_RINGBUF);
|
H A D | test_unpriv_bpf_disabled.c | 50 __uint(type, BPF_MAP_TYPE_RINGBUF);
|
H A D | test_kfunc_dynptr_param.c | 22 __uint(type, BPF_MAP_TYPE_RINGBUF);
|
H A D | user_ringbuf_fail.c | 23 __uint(type, BPF_MAP_TYPE_RINGBUF);
|
H A D | user_ringbuf_success.c | 16 __uint(type, BPF_MAP_TYPE_RINGBUF);
|
H A D | verifier_spill_fill.c | 9 __uint(type, BPF_MAP_TYPE_RINGBUF);
|
H A D | verifier_helper_access_var_len.c | 30 __uint(type, BPF_MAP_TYPE_RINGBUF);
|
H A D | map_ptr_kern.c | 655 __uint(type, BPF_MAP_TYPE_RINGBUF); 698 VERIFY_TYPE(BPF_MAP_TYPE_RINGBUF, check_ringbuf); in cg_skb()
|
H A D | dynptr_success.c | 24 __uint(type, BPF_MAP_TYPE_RINGBUF);
|
H A D | verifier_ref_tracking.c | 59 __uint(type, BPF_MAP_TYPE_RINGBUF);
|
H A D | dynptr_fail.c | 55 __uint(type, BPF_MAP_TYPE_RINGBUF);
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | ringbuf_multi.c | 60 proto_fd = bpf_map_create(BPF_MAP_TYPE_RINGBUF, NULL, 0, 0, page_size, NULL); in test_ringbuf_multi()
|
/openbmc/linux/include/linux/ |
H A D | bpf_types.h | 132 BPF_MAP_TYPE(BPF_MAP_TYPE_RINGBUF, ringbuf_map_ops)
|
/openbmc/linux/Documentation/bpf/ |
H A D | ringbuf.rst | 33 type ``BPF_MAP_TYPE_RINGBUF``. Two other alternatives considered, but 37 ``BPF_MAP_TYPE_RINGBUF`` could represent an array of ring buffers, but not 52 additional benefits over the approach of using a map. ``BPF_MAP_TYPE_RINGBUF``
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf_probes.c | 320 case BPF_MAP_TYPE_RINGBUF: in probe_map_create()
|
H A D | ringbuf.c | 94 if (info.type != BPF_MAP_TYPE_RINGBUF) { in ring_buffer__add()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_loader.c | 469 case BPF_MAP_TYPE_RINGBUF: in is_unpriv_capable_map()
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 958 BPF_MAP_TYPE_RINGBUF, enumerator
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 958 BPF_MAP_TYPE_RINGBUF, enumerator
|