_kern_socket
extern int _kern_socket(int family, int type, int protocol);
RETURN_AND_SET_ERRNO(_kern_socket(family, type, protocol));