Searched refs:linux_accept (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_socket.h | 144 int linux_accept(struct thread *td, struct linux_accept_args *args);
|
| H A D | linux_socket.c | 1064 linux_accept(struct thread *td, struct linux_accept_args *args) in linux_accept() function 2242 return (linux_accept(td, arg)); in linux_socketcall()
|
| /freebsd-13.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 63 …{ .sy_narg = AS(linux_accept_args), .sy_call = (sy_call_t *)linux_accept, .sy_auevent = AUE_ACCEPT…
|
| H A D | linux_proto.h | 1413 int linux_accept(struct thread *, struct linux_accept_args *);
|
| /freebsd-13.1/sys/arm/linux/ |
| H A D | linux_sysent.c | 305 …{ .sy_narg = AS(linux_accept_args), .sy_call = (sy_call_t *)linux_accept, .sy_auevent = AUE_ACCEPT…
|
| H A D | linux_proto.h | 1419 int linux_accept(struct thread *, struct linux_accept_args *);
|
| /freebsd-13.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 222 …{ .sy_narg = AS(linux_accept_args), .sy_call = (sy_call_t *)linux_accept, .sy_auevent = AUE_ACCEPT…
|
| H A D | linux_proto.h | 1355 int linux_accept(struct thread *, struct linux_accept_args *);
|