Searched refs:linux_accept (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_socket.h | 152 int linux_accept(struct thread *td, struct linux_accept_args *args);
|
| H A D | linux_socket.c | 865 linux_accept(struct thread *td, struct linux_accept_args *args) in linux_accept() function 1747 return (linux_accept(td, arg)); in linux_socketcall()
|
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 222 …{ AS(linux_accept_args), (sy_call_t *)linux_accept, AUE_ACCEPT, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
|
| H A D | linux_proto.h | 1216 int linux_accept(struct thread *, struct linux_accept_args *);
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 63 …{ AS(linux_accept_args), (sy_call_t *)linux_accept, AUE_ACCEPT, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
|
| H A D | linux_proto.h | 1277 int linux_accept(struct thread *, struct linux_accept_args *);
|