Searched refs:__sys_socket_file (Results 1 – 2 of 2) sorted by relevance
446 extern struct file *__sys_socket_file(int family, int type, int protocol);
1743 file = __sys_socket_file(sock->domain, sock->type, sock->protocol); in io_socket()