Home
last modified time | relevance | path

Searched refs:__copy_msghdr (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/include/linux/
Dsocket.h432 extern int __copy_msghdr(struct msghdr *kmsg,
/linux-6.6.21/tools/perf/trace/beauty/include/linux/
Dsocket.h431 extern int __copy_msghdr(struct msghdr *kmsg,
/linux-6.6.21/net/
Dsocket.c2436 int __copy_msghdr(struct msghdr *kmsg, in __copy_msghdr() function
2493 err = __copy_msghdr(kmsg, &msg, save_addr); in copy_msghdr_from_user()
/linux-6.6.21/io_uring/
Dnet.c463 ret = __copy_msghdr(&iomsg->msg, &msg, &iomsg->uaddr); in __io_recvmsg_copy_hdr()