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