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