Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/trace/beauty/include/linux/
Dsocket.h417 extern int sendmsg_copy_msghdr(struct msghdr *msg,
/Linux-v6.1/include/linux/
Dsocket.h417 extern int sendmsg_copy_msghdr(struct msghdr *msg,
/Linux-v6.1/net/
Dsocket.c2501 int sendmsg_copy_msghdr(struct msghdr *msg, in sendmsg_copy_msghdr() function
2532 err = sendmsg_copy_msghdr(msg_sys, msg, flags, &iov); in ___sys_sendmsg()
/Linux-v6.1/io_uring/
Dnet.c184 return sendmsg_copy_msghdr(&iomsg->msg, sr->umsg, sr->msg_flags, in io_sendmsg_copy_hdr()