Searched refs:bpf_copy_to_user (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dsyscall.c3534 static int bpf_copy_to_user(char __user *ubuf, const char *buf, u32 ulen, function
3571 return bpf_copy_to_user(ubuf, tp_name, ulen, tp_len);
3624 err = bpf_copy_to_user(uname, buf, ulen, len);

Completed in 87 milliseconds