Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/trace/beauty/include/linux/
Dsocket.h448 extern struct file *__sys_socket_file(int family, int type, int protocol);
/Linux-v6.6/include/linux/
Dsocket.h448 extern struct file *__sys_socket_file(int family, int type, int protocol);
/Linux-v6.6/io_uring/
Dnet.c1414 file = __sys_socket_file(sock->domain, sock->type, sock->protocol); in io_socket()
/Linux-v6.6/net/
Dsocket.c1664 struct file *__sys_socket_file(int family, int type, int protocol) in __sys_socket_file() function