Searched refs:__sys_socket_file (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | socket.h | 461 extern struct file *__sys_socket_file(int family, int type, int protocol);
|
| /linux/tools/perf/trace/beauty/include/linux/ |
| H A D | socket.h | 461 extern struct file *__sys_socket_file(int family, int type, int protocol);
|
| /linux/io_uring/ |
| H A D | net.c | 1710 file = __sys_socket_file(sock->domain, sock->type, sock->protocol); in io_socket_bpf_populate()
|
| /linux/net/ |
| H A D | socket.c | 1772 struct file *__sys_socket_file(int family, int type, int protocol) in __sys_socketpair() 1707 struct file *__sys_socket_file(int family, int type, int protocol) __sys_socket_file() function
|