Searched refs:linux_accept4 (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/sys/compat/linux/ |
| D | linux_socket.h | 256 int linux_accept4(struct thread *td, struct linux_accept4_args *args);
|
| D | linux_socket.c | 889 linux_accept4(struct thread *td, struct linux_accept4_args *args) in linux_accept4() function 1774 return (linux_accept4(td, arg)); in linux_socketcall()
|
| /freebsd-10-stable/sys/amd64/linux/ |
| D | linux_sysent.c | 308 …{ AS(linux_accept4_args), (sy_call_t *)linux_accept4, AUE_ACCEPT, NULL, 0, 0, 0, SY_THR_STATIC }, …
|
| D | linux_proto.h | 1346 int linux_accept4(struct thread *, struct linux_accept4_args *);
|