Searched refs:bpf_copy_to_user (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | syscall.c | 3830 static int bpf_copy_to_user(char __user *ubuf, const char *buf, u32 ulen, in bpf_copy_to_user() function 3868 return bpf_copy_to_user(ubuf, tp_name, ulen, tp_len); in bpf_raw_tp_link_fill_link_info() 3929 err = bpf_copy_to_user(uname, buf, ulen, len); in bpf_perf_link_fill_common() 5556 err = bpf_copy_to_user(ubuf, buf, input_len, len); in bpf_task_fd_query_copy()
|