Searched refs:__sys_socket (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/include/linux/ |
D | socket.h | 397 extern int __sys_socket(int family, int type, int protocol);
|
/Linux-v5.4/net/ |
D | compat.c | 744 ret = __sys_socket(a0, a1, a[2]); in COMPAT_SYSCALL_DEFINE2()
|
D | socket.c | 1491 int __sys_socket(int family, int type, int protocol) in __sys_socket() function 1520 return __sys_socket(family, type, protocol); in SYSCALL_DEFINE3() 2766 err = __sys_socket(a0, a1, a[2]); in SYSCALL_DEFINE2()
|