Home
last modified time | relevance | path

Searched refs:linux_to_bsd_msg_flags (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/sys/compat/linux/
H A Dlinux_socket.c603 linux_to_bsd_msg_flags(int flags) in linux_to_bsd_msg_flags() function
718 bhdr->msg_flags = linux_to_bsd_msg_flags(lhdr->msg_flags); in linux_to_bsd_msghdr()
789 error = kern_sendit(td, s, mp, linux_to_bsd_msg_flags(flags), control, in linux_sendit()
1219 bsd_args.flags = linux_to_bsd_msg_flags(args->flags); in linux_send()
1260 bsd_args.flags = linux_to_bsd_msg_flags(args->flags); in linux_recv()
1327 msg.msg_flags = linux_to_bsd_msg_flags(args->flags); in linux_recvfrom()