Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dhelpers.c1952 int __bpf_dynptr_write(const struct bpf_dynptr_kern *dst, u64 offset, void *src, in __bpf_dynptr_write() function
1997 return __bpf_dynptr_write(dst, offset, src, len, flags); in BPF_CALL_5()
3265 return __bpf_dynptr_write(dst, dst_off, src_slice, size, 0); in bpf_stack_walker()
3282 err = __bpf_dynptr_write(dst, dst_off + off, buf, chunk_sz, 0); in bpf_stack_walker()
3329 err = __bpf_dynptr_write(ptr, offset + write_off, buf, chunk_sz, 0); in bpf_wq_start()
/linux/kernel/trace/
H A Dbpf_trace.c3507 err = __bpf_dynptr_write(dst, doff + off, buf, cnt, 0); in copy_user_str_sleepable()
3539 err = __bpf_dynptr_write(dst, doff + off, buf, chunk_sz, 0); in bpf_send_signal_task()
/linux/include/linux/
H A Dbpf.h1494 int __bpf_dynptr_write(const struct bpf_dynptr_kern *dst, u64 offset,