Searched refs:kern_socket (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/kern/
H A Duipc_syscalls.c126 return (kern_socket(td, uap->domain, uap->type, uap->protocol));
130 kern_socket(struct thread *td, int domain, int type, int protocol) function
/freebsd-13-stable/sys/sys/
H A Dsyscallsubr.h303 int kern_socket(struct thread *td, int domain, int type, int protocol);
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_socket.c878 retval_socket = kern_socket(td, domain, type, args->protocol);

Completed in 112 milliseconds