Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dhelpers.c1862 int __bpf_dynptr_write(const struct bpf_dynptr_kern *dst, u64 offset, void *src, in __bpf_dynptr_write() function
1907 return __bpf_dynptr_write(dst, offset, src, len, flags); in BPF_CALL_5()
2950 return __bpf_dynptr_write(dst, dst_off, src_slice, size, 0); in bpf_dynptr_copy()
2967 err = __bpf_dynptr_write(dst, dst_off + off, buf, chunk_sz, 0); in bpf_dynptr_copy()
3014 err = __bpf_dynptr_write(ptr, offset + write_off, buf, chunk_sz, 0); in bpf_dynptr_memset()
/linux/kernel/trace/
H A Dbpf_trace.c3403 err = __bpf_dynptr_write(dst, doff + off, buf, cnt, 0); in __bpf_dynptr_copy_str()
3435 err = __bpf_dynptr_write(dst, doff + off, buf, chunk_sz, 0); in __bpf_dynptr_copy()