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.c1809 int __bpf_dynptr_write(const struct bpf_dynptr_kern *dst, u32 offset, void *src, in __bpf_dynptr_write() function
1851 return __bpf_dynptr_write(dst, offset, src, len, flags); in BPF_CALL_5()
2888 return __bpf_dynptr_write(dst, dst_off, src_slice, size, 0); in bpf_dynptr_copy()
2905 err = __bpf_dynptr_write(dst, dst_off + off, buf, chunk_sz, 0); in bpf_dynptr_copy()
2952 err = __bpf_dynptr_write(ptr, offset + write_off, buf, chunk_sz, 0); in bpf_dynptr_memset()
/linux/kernel/trace/
H A Dbpf_trace.c3576 err = __bpf_dynptr_write(dst, doff + off, buf, cnt, 0); in __bpf_dynptr_copy_str()
3608 err = __bpf_dynptr_write(dst, doff + off, buf, chunk_sz, 0); in __bpf_dynptr_copy()
/linux/include/linux/
H A Dbpf.h1368 int __bpf_dynptr_write(const struct bpf_dynptr_kern *dst, u32 offset,