Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/compat/linux/
Dlinux_socket.h265 int linux_setsockopt(struct thread *td, struct linux_setsockopt_args *args);
Dlinux_socket.c1539 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/
Dlinux_sysent.c74 …{ AS(linux_setsockopt_args), (sy_call_t *)linux_setsockopt, AUE_SETSOCKOPT, NULL, 0, 0, 0, SY_THR_…
Dlinux_proto.h1156 int linux_setsockopt(struct thread *, struct linux_setsockopt_args *);