Searched refs:linux_msghdr (Results 1 – 1 of 1) sorted by relevance
1348 struct l_msghdr linux_msghdr; in linux_sendmsg_common() local1360 error = copyin(msghdr, &linux_msghdr, sizeof(linux_msghdr)); in linux_sendmsg_common()1371 if (PTRIN(linux_msghdr.msg_control) != NULL && in linux_sendmsg_common()1372 linux_msghdr.msg_controllen == 0) in linux_sendmsg_common()1373 linux_msghdr.msg_control = PTROUT(NULL); in linux_sendmsg_common()1375 error = linux_to_bsd_msghdr(&msg, &linux_msghdr); in linux_sendmsg_common()1413 if (linux_msghdr.msg_controllen >= sizeof(struct l_cmsghdr)) { in linux_sendmsg_common()1420 ptr_cmsg = PTRIN(linux_msghdr.msg_control); in linux_sendmsg_common()1421 clen = linux_msghdr.msg_controllen; in linux_sendmsg_common()