Searched refs:__bpf_dynptr_copy_str (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/trace/ |
| H A D | bpf_trace.c | 3401 static __always_inline int __bpf_dynptr_copy_str(struct bpf_dynptr *dptr, u64 doff, u64 size, in __bpf_dynptr_copy_str() function 3560 return __bpf_dynptr_copy_str(dptr, off, size, (const void __force *)unsafe_ptr__ign, in bpf_probe_read_user_str_dynptr() 3567 return __bpf_dynptr_copy_str(dptr, off, size, unsafe_ptr__ign, in bpf_probe_read_kernel_str_dynptr() 3581 return __bpf_dynptr_copy_str(dptr, off, size, (const void __force *)unsafe_ptr__ign, in bpf_copy_from_user_str_dynptr() 3597 return __bpf_dynptr_copy_str(dptr, off, size, (const void __force *)unsafe_ptr__ign, in bpf_copy_from_user_task_str_dynptr()
|