Searched refs:__sys_socket_file (Results 1 – 4 of 4) sorted by relevance
448 extern struct file *__sys_socket_file(int family, int type, int protocol);
449 extern struct file *__sys_socket_file(int family, int type, int protocol);
1475 file = __sys_socket_file(sock->domain, sock->type, sock->protocol); in io_socket()
1671 struct file *__sys_socket_file(int family, int type, int protocol) in __sys_socket_file() function