Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/bpf/
Dringbuf.c606 err = bpf_dynptr_check_size(size); in BPF_CALL_4()
704 err = bpf_dynptr_check_size(sample_len); in __bpf_user_ringbuf_peek()
Dhelpers.c1698 int bpf_dynptr_check_size(u32 size) in bpf_dynptr_check_size() function
1733 err = bpf_dynptr_check_size(size); in BPF_CALL_4()
/linux-6.14.4/include/linux/
Dbpf.h1321 int bpf_dynptr_check_size(u32 size);