Searched refs:__sys_socket (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/tools/perf/trace/beauty/include/linux/ |
D | socket.h | 440 extern int __sys_socket(int family, int type, int protocol);
|
/linux-6.1.9/include/linux/ |
D | socket.h | 440 extern int __sys_socket(int family, int type, int protocol);
|
/linux-6.1.9/net/ |
D | compat.c | 446 ret = __sys_socket(a0, a1, a[2]); in COMPAT_SYSCALL_DEFINE2()
|
D | socket.c | 1631 int __sys_socket(int family, int type, int protocol) in __sys_socket() function 1649 return __sys_socket(family, type, protocol); in SYSCALL_DEFINE3() 3002 err = __sys_socket(a0, a1, a[2]); in SYSCALL_DEFINE2()
|