Searched refs:linux_sendit (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_socket.c | 775 linux_sendit(struct thread *td, int s, struct msghdr *mp, int flags, in linux_sendit() function 858 error = linux_sendit(td, linux_args->s, &msg, linux_args->flags, in linux_sendto_hdrincl() 1298 return (linux_sendit(td, args->s, &msg, args->flags, NULL, in linux_sendto() 1520 error = linux_sendit(td, s, &msg, flags, control, UIO_USERSPACE); in linux_sendmsg_common()
|