Home
last modified time | relevance | path

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

/freebsd/sys/compat/linux/
H A Dlinux_socket.c1366 struct l_msghdr linux_msghdr; in linux_sendmsg_common() local
1377 error = copyin(msghdr, &linux_msghdr, sizeof(linux_msghdr)); in linux_sendmsg_common()
1388 if (PTRIN(linux_msghdr.msg_control) != NULL && in linux_sendmsg_common()
1389 linux_msghdr.msg_controllen == 0) in linux_sendmsg_common()
1390 linux_msghdr.msg_control = PTROUT(NULL); in linux_sendmsg_common()
1392 error = linux_to_bsd_msghdr(&msg, &linux_msghdr); in linux_sendmsg_common()
1428 if (linux_msghdr.msg_controllen >= sizeof(struct l_cmsghdr)) { in linux_sendmsg_common()
1435 ptr_cmsg = PTRIN(linux_msghdr.msg_control); in linux_sendmsg_common()
1436 clen = linux_msghdr.msg_controllen; in linux_sendmsg_common()