Home
last modified time | relevance | path

Searched refs:linux_getsockopt (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/compat/linux/
HDlinux_socket.h266 int linux_getsockopt(struct thread *td, struct linux_getsockopt_args *args);
HDlinux_socket.c1543 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/
HDlinux_sysent.c76 …{ AS(linux_getsockopt_args), (sy_call_t *)linux_getsockopt, AUE_GETSOCKOPT, NULL, 0, 0, 0, SY_THR_…
HDlinux_proto.h1158 int linux_getsockopt(struct thread *, struct linux_getsockopt_args *);