Searched refs:linux_cmsg (Results 1 – 1 of 1) sorted by relevance
1421 struct l_cmsghdr linux_cmsg; in linux_sendmsg_common() local1495 error = copyin(ptr_cmsg, &linux_cmsg, in linux_sendmsg_common()1501 if (linux_cmsg.cmsg_len < sizeof(struct l_cmsghdr) || in linux_sendmsg_common()1502 linux_cmsg.cmsg_len > clen) in linux_sendmsg_common()1514 linux_to_bsd_cmsg_type(linux_cmsg.cmsg_type); in linux_sendmsg_common()1516 linux_to_bsd_sockopt_level(linux_cmsg.cmsg_level); in linux_sendmsg_common()1521 linux_cmsg.cmsg_level, linux_cmsg.cmsg_type); in linux_sendmsg_common()1544 len = linux_cmsg.cmsg_len - L_CMSG_HDRSZ; in linux_sendmsg_common()1560 if (clen <= LINUX_CMSG_ALIGN(linux_cmsg.cmsg_len)) in linux_sendmsg_common()1563 clen -= LINUX_CMSG_ALIGN(linux_cmsg.cmsg_len); in linux_sendmsg_common()[all …]