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