Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dringbuf.c682 err = bpf_dynptr_check_size(size); in BPF_CALL_4()
780 err = bpf_dynptr_check_size(sample_len); in __bpf_user_ringbuf_peek()
H A Dhelpers.c1823 int bpf_dynptr_check_size(u64 size) in bpf_dynptr_check_size() function
1867 err = bpf_dynptr_check_size(size); in BPF_CALL_4()
H A Dverifier.c20928 if (bpf_dynptr_check_size(data_sz)) { in bpf_prog_verify_signature()
/linux/include/linux/
H A Dbpf.h1486 int bpf_dynptr_check_size(u64 size);