Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/trace/beauty/include/linux/
Dsocket.h424 extern int sendmsg_copy_msghdr(struct msghdr *msg,
/Linux-v6.6/include/linux/
Dsocket.h424 extern int sendmsg_copy_msghdr(struct msghdr *msg,
/Linux-v6.6/net/
Dsocket.c2577 int sendmsg_copy_msghdr(struct msghdr *msg, in sendmsg_copy_msghdr() function
2608 err = sendmsg_copy_msghdr(msg_sys, msg, flags, &iov); in ___sys_sendmsg()
/Linux-v6.6/io_uring/
Dnet.c207 ret = sendmsg_copy_msghdr(&iomsg->msg, sr->umsg, sr->msg_flags, in io_sendmsg_copy_hdr()