Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dsocket.h449 extern struct file *__sys_socket_file(int family, int type, int protocol);
/linux-6.6.21/tools/perf/trace/beauty/include/linux/
Dsocket.h448 extern struct file *__sys_socket_file(int family, int type, int protocol);
/linux-6.6.21/io_uring/
Dnet.c1437 file = __sys_socket_file(sock->domain, sock->type, sock->protocol); in io_socket()
/linux-6.6.21/net/
Dsocket.c1666 struct file *__sys_socket_file(int family, int type, int protocol) in __sys_socket_file() function