Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dsocket.h425 extern int sendmsg_copy_msghdr(struct msghdr *msg,
/linux-6.6.21/tools/perf/trace/beauty/include/linux/
Dsocket.h424 extern int sendmsg_copy_msghdr(struct msghdr *msg,
/linux-6.6.21/net/
Dsocket.c2579 int sendmsg_copy_msghdr(struct msghdr *msg, in sendmsg_copy_msghdr() function
2610 err = sendmsg_copy_msghdr(msg_sys, msg, flags, &iov); in ___sys_sendmsg()
/linux-6.6.21/io_uring/
Dnet.c215 ret = sendmsg_copy_msghdr(&iomsg->msg, sr->umsg, sr->msg_flags, in io_sendmsg_copy_hdr()