bsd_to_linux_msghdr
static void bsd_to_linux_msghdr(const struct msghdr *, struct linux_msghdr *);
bsd_to_linux_msghdr(msg, &lmsg.msg_hdr);
bsd_to_linux_msghdr(&msg, &lmsg);