Searched refs:linux_sendmsg_common (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/compat/linux/
H A Dlinux_socket.c87 static int linux_sendmsg_common(struct thread *, l_int, struct l_msghdr *,
1356 linux_sendmsg_common(struct thread *td, l_int s, struct l_msghdr *msghdr, function
1532 return (linux_sendmsg_common(td, args->s, PTRIN(args->msg),
1549 error = linux_sendmsg_common(td, args->s, &msg->msg_hdr,

Completed in 108 milliseconds