Home
last modified time | relevance | path

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

/freebsd-12.1/sys/compat/linux/
H A Dlinux_socket.c1090 struct l_cmsghdr linux_cmsg; in linux_sendmsg_common() local
1147 error = copyin(ptr_cmsg, &linux_cmsg, in linux_sendmsg_common()
1154 linux_cmsg.cmsg_len > clen) in linux_sendmsg_common()
1192 len = linux_cmsg.cmsg_len - L_CMSG_HDRSZ; in linux_sendmsg_common()
1210 clen -= LINUX_CMSG_ALIGN(linux_cmsg.cmsg_len); in linux_sendmsg_common()
1212 LINUX_CMSG_ALIGN(linux_cmsg.cmsg_len)); in linux_sendmsg_common()
1277 struct l_cmsghdr *linux_cmsg = NULL; in linux_recvmsg_common() local
1350 linux_cmsg->cmsg_type = in linux_recvmsg_common()
1352 linux_cmsg->cmsg_level = in linux_recvmsg_common()
1354 if (linux_cmsg->cmsg_type == -1 || in linux_recvmsg_common()
[all …]