Searched refs:linux_setsockopt (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/sys/compat/linux/ |
| D | linux_socket.h | 265 int linux_setsockopt(struct thread *td, struct linux_setsockopt_args *args);
|
| D | linux_socket.c | 1539 linux_setsockopt(struct thread *td, struct linux_setsockopt_args *args) in linux_setsockopt() function 1766 return (linux_setsockopt(td, arg)); in linux_socketcall()
|
| /freebsd-10-stable/sys/amd64/linux/ |
| D | linux_sysent.c | 74 …{ AS(linux_setsockopt_args), (sy_call_t *)linux_setsockopt, AUE_SETSOCKOPT, NULL, 0, 0, 0, SY_THR_…
|
| D | linux_proto.h | 1156 int linux_setsockopt(struct thread *, struct linux_setsockopt_args *);
|