Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dbpf_trace.c3417 if (bpf_dynptr_check_off_len(dst, doff, size)) in __bpf_dynptr_copy_str()
3453 if (bpf_dynptr_check_off_len(dst, doff, size)) in __bpf_dynptr_copy()
/linux/include/linux/
H A Dbpf.h1447 static inline int bpf_dynptr_check_off_len(const struct bpf_dynptr_kern *ptr, u64 offset, u64 len) in bpf_dynptr_check_off_len() function