Searched refs:kern_socket (Results 1 – 2 of 2) sorted by relevance
303 int kern_socket(struct thread *td, int domain, int type, int protocol);
129 return (kern_socket(td, uap->domain, uap->type, uap->protocol)); in sys_socket()133 kern_socket(struct thread *td, int domain, int type, int protocol) in kern_socket() function