create_socket
if ((result = create_socket(ns)) < B_OK) {
status_t create_socket(fs_nspace *ns);
status_t status = create_socket(family, type, protocol, &socket);
status_t status = create_socket(parent->family, parent->type,