Symbol: linux_msghdr
sys/compat/linux/arch/aarch64/linux_syscallargs.h
979
syscallarg(const struct linux_msghdr *) msg;
sys/compat/linux/arch/aarch64/linux_syscallargs.h
986
syscallarg(struct linux_msghdr *) msg;
sys/compat/linux/arch/alpha/linux_syscallargs.h
309
syscallarg(struct linux_msghdr *) msg;
sys/compat/linux/arch/alpha/linux_syscallargs.h
316
syscallarg(const struct linux_msghdr *) msg;
sys/compat/linux/arch/amd64/linux_syscallargs.h
232
syscallarg(const struct linux_msghdr *) msg;
sys/compat/linux/arch/amd64/linux_syscallargs.h
239
syscallarg(struct linux_msghdr *) msg;
sys/compat/linux/arch/mips/linux_syscallargs.h
621
syscallarg(struct linux_msghdr *) msg;
sys/compat/linux/arch/mips/linux_syscallargs.h
636
syscallarg(struct linux_msghdr *) msg;
sys/compat/linux/common/linux_socket.c
128
static void linux_to_bsd_msghdr(const struct linux_msghdr *, struct msghdr *);
sys/compat/linux/common/linux_socket.c
129
static void bsd_to_linux_msghdr(const struct msghdr *, struct linux_msghdr *);
sys/compat/linux/common/linux_socket.c
441
linux_to_bsd_msghdr(const struct linux_msghdr *lmsg, struct msghdr *bmsg)
sys/compat/linux/common/linux_socket.c
454
bsd_to_linux_msghdr(const struct msghdr *bmsg, struct linux_msghdr *lmsg)
sys/compat/linux/common/linux_socket.c
475
struct linux_msghdr lmsg;
sys/compat/linux/common/linux_socket.c
779
struct linux_msghdr lmsg;
sys/compat/linux/common/linux_socket.h
152
struct linux_msghdr msg_hdr;
sys/compat/linux/common/linux_socketcall.h
212
syscallarg(struct linux_msghdr *) msg;
sys/compat/linux/common/linux_socketcall.h
220
syscallarg(struct linux_msghdr *) msg;