Searched refs:linux_cmsg (Results 1 – 1 of 1) sorted by relevance
1310 struct l_cmsghdr linux_cmsg; in linux_sendmsg_common() local1387 error = copyin(ptr_cmsg, &linux_cmsg, in linux_sendmsg_common()1394 linux_cmsg.cmsg_len > clen) in linux_sendmsg_common()1413 linux_cmsg.cmsg_level, linux_cmsg.cmsg_type); in linux_sendmsg_common()1436 len = linux_cmsg.cmsg_len - L_CMSG_HDRSZ; in linux_sendmsg_common()1457 LINUX_CMSG_ALIGN(linux_cmsg.cmsg_len)); in linux_sendmsg_common()1523 struct l_cmsghdr *linux_cmsg = NULL; in linux_recvmsg_common() local1604 linux_cmsg->cmsg_type = in linux_recvmsg_common()1606 linux_cmsg->cmsg_level = in linux_recvmsg_common()1608 if (linux_cmsg->cmsg_type == -1 || in linux_recvmsg_common()[all …]