Searched refs:kern_socket (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/kern/ |
H A D | uipc_syscalls.c | 136 return (kern_socket(td, uap->domain, uap->type, uap->protocol)); in sys_socket() 140 kern_socket(struct thread *td, int domain, int type, int protocol) in kern_socket() function
|
/freebsd/sys/sys/ |
H A D | syscallsubr.h | 357 int kern_socket(struct thread *td, int domain, int type, int protocol);
|
/freebsd/sys/compat/linux/ |
H A D | linux_socket.c | 920 retval_socket = kern_socket(td, domain, type, args->protocol); in linux_socket()
|