Home
last modified time | relevance | path

Searched refs:__sys_socket_create (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/net/
Dsocket.c1588 static struct socket *__sys_socket_create(int family, int type, int protocol) in __sys_socket_create() function
1616 sock = __sys_socket_create(family, type, protocol); in __sys_socket_file()
1636 sock = __sys_socket_create(family, type, protocol); in __sys_socket()