Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dsocket.h401 extern int sendmsg_copy_msghdr(struct msghdr *msg,
/Linux-v5.10/tools/perf/trace/beauty/include/linux/
Dsocket.h401 extern int sendmsg_copy_msghdr(struct msghdr *msg,
/Linux-v5.10/net/
Dsocket.c2372 int sendmsg_copy_msghdr(struct msghdr *msg, in sendmsg_copy_msghdr() function
2403 err = sendmsg_copy_msghdr(msg_sys, msg, flags, &iov); in ___sys_sendmsg()
/Linux-v5.10/fs/
Dio_uring.c4321 return sendmsg_copy_msghdr(&iomsg->msg, req->sr_msg.umsg, in io_sendmsg_copy_hdr()