Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Ddynptr_fail.c82 bpf_ringbuf_reserve_dynptr(&ringbuf, val, 0, &ptr); in ringbuf_missing_release1()
117 bpf_ringbuf_reserve_dynptr(&ringbuf, val, 0, &ptr); in missing_release_callback_fn()
197 bpf_ringbuf_reserve_dynptr(&ringbuf, val, 0, &ptr); in add_dynptr_to_map1()
233 bpf_ringbuf_reserve_dynptr(&ringbuf, 8, 0, &ptr); in data_slice_out_of_bounds_ringbuf()
339 bpf_ringbuf_reserve_dynptr(&ringbuf, 8, 0, &ptr); in data_slice_missing_null_check1()
462 bpf_ringbuf_reserve_dynptr(&ringbuf, 8, 0, &ptr); in invalid_write3()
687 : __imm(bpf_ringbuf_reserve_dynptr), in dynptr_pruning_overwrite()
718 : __imm(bpf_ringbuf_reserve_dynptr), in dynptr_pruning_stacksafe()
788 __imm(bpf_ringbuf_reserve_dynptr), in dynptr_pruning_type_confusion()
830 : __imm(bpf_ringbuf_reserve_dynptr), in dynptr_var_off_overwrite()
[all …]
A Ddynptr_success.c44 bpf_ringbuf_reserve_dynptr(&ringbuf, sizeof(write_data), 0, &ptr); in test_read_write()
146 err = bpf_ringbuf_reserve_dynptr(&ringbuf, val, 0, &ptr); in test_ringbuf()
A Duser_ringbuf_fail.c205 bpf_ringbuf_reserve_dynptr(&ringbuf, 8, 0, dynptr); in try_reinit_dynptr_ringbuf()
/linux-6.3-rc2/kernel/bpf/
A Dringbuf.c565 BPF_CALL_4(bpf_ringbuf_reserve_dynptr, struct bpf_map *, map, u32, size, u64, flags, in BPF_CALL_4() argument
597 .func = bpf_ringbuf_reserve_dynptr,

Completed in 7 milliseconds