Searched refs:linux_getsockopt (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/compat/linux/ |
| HD | linux_socket.h | 266 int linux_getsockopt(struct thread *td, struct linux_getsockopt_args *args);
|
| HD | linux_socket.c | 1543 linux_getsockopt(struct thread *td, struct linux_getsockopt_args *args) in linux_getsockopt() function 1692 return (linux_getsockopt(td, arg)); in linux_socketcall()
|
| /NextBSD/sys/amd64/linux/ |
| HD | linux_sysent.c | 76 …{ AS(linux_getsockopt_args), (sy_call_t *)linux_getsockopt, AUE_GETSOCKOPT, NULL, 0, 0, 0, SY_THR_…
|
| HD | linux_proto.h | 1158 int linux_getsockopt(struct thread *, struct linux_getsockopt_args *);
|