Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dhelpers.c1435 static int bpf_dynptr_check_off_len(struct bpf_dynptr_kern *ptr, u32 offset, u32 len) in bpf_dynptr_check_off_len() function
1488 err = bpf_dynptr_check_off_len(src, offset, len); in BPF_CALL_5()
1516 err = bpf_dynptr_check_off_len(dst, offset, len); in BPF_CALL_5()
1543 err = bpf_dynptr_check_off_len(ptr, offset, len); in BPF_CALL_3()