Searched refs:linux_setsockopt (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_socket.c | 1530 linux_setsockopt(struct thread *td, struct linux_setsockopt_args *args) in linux_setsockopt() function 1765 return (linux_setsockopt(td, arg)); in linux_socketcall()
|
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 228 …{ AS(linux_setsockopt_args), (sy_call_t *)linux_setsockopt, AUE_SETSOCKOPT, NULL, 0, 0, 0, SY_THR_…
|
| H A D | linux_proto.h | 1222 int linux_setsockopt(struct thread *, struct linux_setsockopt_args *);
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 74 …{ AS(linux_setsockopt_args), (sy_call_t *)linux_setsockopt, AUE_SETSOCKOPT, NULL, 0, 0, 0, SY_THR_…
|
| H A D | linux_proto.h | 1288 int linux_setsockopt(struct thread *, struct linux_setsockopt_args *);
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 386 …{ AS(linux_setsockopt_args), (sy_call_t *)linux_setsockopt, AUE_SETSOCKOPT, NULL, 0, 0, 0, SY_THR_…
|
| H A D | linux32_proto.h | 1802 int linux_setsockopt(struct thread *, struct linux_setsockopt_args *);
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 386 …{ AS(linux_setsockopt_args), (sy_call_t *)linux_setsockopt, AUE_SETSOCKOPT, NULL, 0, 0, 0, SY_THR_…
|
| H A D | linux_proto.h | 1822 int linux_setsockopt(struct thread *, struct linux_setsockopt_args *);
|