Searched refs:soalloc (Results 1 – 3 of 3) sorted by relevance
867 extern struct socket *soalloc(int waitok, int dom, int type);
362 so = soalloc(1, SOCK_DOM(head), head->so_type); in sonewconn_internal()
593 soalloc(int waitok, int dom, int type) in soalloc() function653 so = soalloc(1, dom, type); in socreate_internal()