Searched refs:linux_sendmsg_common (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_socket.c | 87 static int linux_sendmsg_common(struct thread *, l_int, struct l_msghdr *, 1304 linux_sendmsg_common(struct thread *td, l_int s, struct l_msghdr *msghdr, in linux_sendmsg_common() function 1482 return (linux_sendmsg_common(td, args->s, PTRIN(args->msg), in linux_sendmsg() 1499 error = linux_sendmsg_common(td, args->s, &msg->msg_hdr, in linux_sendmmsg()
|