<def f='src/src/sys/compat/linux/common/linux_socket.h' l='172' ll='177'/>
<size>16</size>
<doc f='src/src/sys/compat/linux/common/linux_socket.h' l='165'>/*
 * Linux alignment requirement for CMSG struct manipulation.
 * Linux aligns on (size_t) boundary on all architectures.
 * Fortunately for linux, linux_cmsghdr is always size_t aligned !
 * since no padding is added between the header and data.
 * XXX: this code isn&apos;t right for the compat32 code.
 */</doc>
<mbr r='linux_cmsghdr::cmsg_len' o='0' t='size_t'/>
<mbr r='linux_cmsghdr::cmsg_level' o='64' t='int'/>
<mbr r='linux_cmsghdr::cmsg_type' o='96' t='int'/>
