Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/compat/linux/
Dlinux_socket.c953 struct l_msghdr linux_msghdr; in linux_sendmsg_common() local
965 error = copyin(msghdr, &linux_msghdr, sizeof(linux_msghdr)); in linux_sendmsg_common()
976 if (PTRIN(linux_msghdr.msg_control) != NULL && in linux_sendmsg_common()
977 linux_msghdr.msg_controllen == 0) in linux_sendmsg_common()
978 linux_msghdr.msg_control = PTROUT(NULL); in linux_sendmsg_common()
980 error = linux_to_bsd_msghdr(&msg, &linux_msghdr); in linux_sendmsg_common()
1018 if (linux_msghdr.msg_controllen >= sizeof(struct l_cmsghdr)) { in linux_sendmsg_common()
1026 ptr_cmsg = PTRIN(linux_msghdr.msg_control); in linux_sendmsg_common()
1027 clen = linux_msghdr.msg_controllen; in linux_sendmsg_common()
1167 struct l_msghdr linux_msghdr; in linux_recvmsg_common() local
[all …]