Searched refs:__sys_socket (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/ |
D | socket.h | 375 extern int __sys_socket(int family, int type, int protocol);
|
/Linux-v4.19/net/ |
D | socket.c | 1327 int __sys_socket(int family, int type, int protocol) in __sys_socket() function 1356 return __sys_socket(family, type, protocol); in SYSCALL_DEFINE3() 2535 err = __sys_socket(a0, a1, a[2]); in SYSCALL_DEFINE2()
|
D | compat.c | 867 ret = __sys_socket(a0, a1, a[2]); in COMPAT_SYSCALL_DEFINE2()
|