Searched refs:soalloc (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/kern/
H A Duipc_socket.c38 * soalloc() sets of socket layer state for a socket, called only by
320 * soalloc() returns a socket with a ref count of 0.
323 soalloc(struct vnet *vnet) function
432 so = soalloc(CRED_TO_VNET(cred));
519 so = soalloc(head->so_vnet);

Completed in 86 milliseconds