Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/bpf/
Dringbuf.c591 err = bpf_dynptr_check_size(size); in BPF_CALL_4()
689 err = bpf_dynptr_check_size(sample_len); in __bpf_user_ringbuf_peek()
Dhelpers.c1460 int bpf_dynptr_check_size(u32 size) in bpf_dynptr_check_size() function
1495 err = bpf_dynptr_check_size(size); in BPF_CALL_4()
/Linux-v6.6/include/linux/
Dbpf.h1212 int bpf_dynptr_check_size(u32 size);