Home
last modified time | relevance | path

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

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