L_CMSG_HDRSZ
len = linux_cmsg.cmsg_len - L_CMSG_HDRSZ;
lcm = malloc(L_CMSG_HDRSZ, M_LINUX, M_WAITOK | M_ZERO);
error = copyout(lcm, outbuf, L_CMSG_HDRSZ);