Searched refs:linux_msghdr (Results 1 – 1 of 1) sorted by relevance
1390 struct l_msghdr linux_msghdr; in linux_sendmsg_common() local1401 error = copyin(msghdr, &linux_msghdr, sizeof(linux_msghdr)); in linux_sendmsg_common()1412 if (PTRIN(linux_msghdr.msg_control) != NULL && in linux_sendmsg_common()1413 linux_msghdr.msg_controllen == 0) in linux_sendmsg_common()1414 linux_msghdr.msg_control = PTROUT(NULL); in linux_sendmsg_common()1416 error = linux_to_bsd_msghdr(&msg, &linux_msghdr); in linux_sendmsg_common()1452 if (linux_msghdr.msg_controllen >= sizeof(struct l_cmsghdr)) { in linux_sendmsg_common()1459 ptr_cmsg = PTRIN(linux_msghdr.msg_control); in linux_sendmsg_common()1460 clen = linux_msghdr.msg_controllen; in linux_sendmsg_common()