Searched refs:linux_getsockopt (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_socket.c | 1597 linux_getsockopt(struct thread *td, struct linux_getsockopt_args *args) in linux_getsockopt() function 1767 return (linux_getsockopt(td, arg)); in linux_socketcall()
|
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 229 …{ AS(linux_getsockopt_args), (sy_call_t *)linux_getsockopt, AUE_GETSOCKOPT, NULL, 0, 0, 0, SY_THR_…
|
| H A D | linux_proto.h | 1223 int linux_getsockopt(struct thread *, struct linux_getsockopt_args *);
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 75 …{ AS(linux_getsockopt_args), (sy_call_t *)linux_getsockopt, AUE_GETSOCKOPT, NULL, 0, 0, 0, SY_THR_…
|
| H A D | linux_proto.h | 1289 int linux_getsockopt(struct thread *, struct linux_getsockopt_args *);
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 385 …{ AS(linux_getsockopt_args), (sy_call_t *)linux_getsockopt, AUE_GETSOCKOPT, NULL, 0, 0, 0, SY_THR_…
|
| H A D | linux32_proto.h | 1801 int linux_getsockopt(struct thread *, struct linux_getsockopt_args *);
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 385 …{ AS(linux_getsockopt_args), (sy_call_t *)linux_getsockopt, AUE_GETSOCKOPT, NULL, 0, 0, 0, SY_THR_…
|
| H A D | linux_proto.h | 1821 int linux_getsockopt(struct thread *, struct linux_getsockopt_args *);
|