Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dsocket.h397 extern int __sys_socket(int family, int type, int protocol);
/Linux-v5.4/net/
Dcompat.c744 ret = __sys_socket(a0, a1, a[2]); in COMPAT_SYSCALL_DEFINE2()
Dsocket.c1491 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()