Home
last modified time | relevance | path

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

/net/
Dcompat.c447 ret = __sys_socket(a0, a1, a[2]); in COMPAT_SYSCALL_DEFINE2()
Dsocket.c1651 int __sys_socket(int family, int type, int protocol) in __sys_socket() function
1669 return __sys_socket(family, type, protocol); in SYSCALL_DEFINE3()
3024 err = __sys_socket(a0, a1, a[2]); in SYSCALL_DEFINE2()