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