Home
last modified time | relevance | path

Searched refs:__sys_socket (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dsocket.h375 extern int __sys_socket(int family, int type, int protocol);
/Linux-v4.19/net/
Dsocket.c1327 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()
Dcompat.c867 ret = __sys_socket(a0, a1, a[2]); in COMPAT_SYSCALL_DEFINE2()