Home
last modified time | relevance | path

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

/freebsd-14.2/sys/compat/linux/
H A Dlinux_socket.c1361 struct l_msghdr linux_msghdr; in linux_sendmsg_common() local
1373 error = copyin(msghdr, &linux_msghdr, sizeof(linux_msghdr)); in linux_sendmsg_common()
1384 if (PTRIN(linux_msghdr.msg_control) != NULL && in linux_sendmsg_common()
1385 linux_msghdr.msg_controllen == 0) in linux_sendmsg_common()
1386 linux_msghdr.msg_control = PTROUT(NULL); in linux_sendmsg_common()
1388 error = linux_to_bsd_msghdr(&msg, &linux_msghdr); in linux_sendmsg_common()
1425 if (linux_msghdr.msg_controllen >= sizeof(struct l_cmsghdr)) { in linux_sendmsg_common()
1432 ptr_cmsg = PTRIN(linux_msghdr.msg_control); in linux_sendmsg_common()
1433 clen = linux_msghdr.msg_controllen; in linux_sendmsg_common()