Searched refs:__sys_socket (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/trace/beauty/include/linux/ |
H A D | socket.h | 426 extern int __sys_socket(int family, int type, int protocol);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | socket.h | 433 extern int __sys_socket(int family, int type, int protocol);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | socket.h | 448 extern int __sys_socket(int family, int type, int protocol);
|
/kernel/linux/linux-6.6/tools/perf/trace/beauty/include/linux/ |
H A D | socket.h | 447 extern int __sys_socket(int family, int type, int protocol);
|
/kernel/linux/linux-5.10/net/ |
H A D | compat.c | 449 ret = __sys_socket(a0, a1, a[2]); in COMPAT_SYSCALL_DEFINE2()
|
H A D | socket.c | 1508 int __sys_socket(int family, int type, int protocol) in __sys_socket() function 1537 return __sys_socket(family, type, protocol); in SYSCALL_DEFINE3() 2898 err = __sys_socket(a0, a1, a[2]); in SYSCALL_DEFINE2()
|
/kernel/linux/linux-6.6/net/ |
H A D | compat.c | 448 ret = __sys_socket(a0, a1, a[2]); in COMPAT_SYSCALL_DEFINE2()
|
H A D | socket.c | 1705 int __sys_socket(int family, int type, int protocol) in __sys_socket() function 1724 return __sys_socket(family, type, protocol); in SYSCALL_DEFINE3() 3080 err = __sys_socket(a0, a1, a[2]); in SYSCALL_DEFINE2()
|
Completed in 15 milliseconds