Searched refs:soattach (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | uipc_socket.c | 911 soattach(struct socket *so, int proto, struct thread *td, struct socket *head) in soattach() function 991 error = soattach(so, proto, td, NULL); in socreate() 1238 if (soattach(so, 0, NULL, head) != 0) { 1342 if (soattach(so, 0, NULL, head)) {
|