Searched refs:bpf_dynptr_check_off_len (Results 1 – 3 of 3) sorted by relevance
/linux/kernel/bpf/ |
H A D | helpers.c | 1764 err = bpf_dynptr_check_off_len(src, offset, len); in __bpf_dynptr_read() 1815 err = bpf_dynptr_check_off_len(dst, offset, len); in __bpf_dynptr_write() 1870 err = bpf_dynptr_check_off_len(ptr, offset, len); in BPF_CALL_3() 2687 err = bpf_dynptr_check_off_len(ptr, offset, len); in bpf_dynptr_slice() 2890 if (bpf_dynptr_check_off_len(dst, dst_off, size) || in bpf_dynptr_copy() 2891 bpf_dynptr_check_off_len(src, src_off, size)) in bpf_dynptr_copy() 2939 err = bpf_dynptr_check_off_len(ptr, offset, size); in bpf_dynptr_memset()
|
/linux/kernel/trace/ |
H A D | bpf_trace.c | 3564 if (bpf_dynptr_check_off_len(dst, doff, size)) in __bpf_dynptr_copy_str() 3600 if (bpf_dynptr_check_off_len(dst, doff, size)) in __bpf_dynptr_copy()
|
/linux/include/linux/ |
H A D | bpf.h | 1373 static inline int bpf_dynptr_check_off_len(const struct bpf_dynptr_kern *ptr, u32 offset, u32 len) in bpf_dynptr_check_off_len() function
|