Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h447 extern int __sys_socket(int family, int type, int protocol);
/openbmc/linux/include/linux/
H A Dsocket.h448 extern int __sys_socket(int family, int type, int protocol);
/openbmc/linux/net/
H A Dcompat.c448 ret = __sys_socket(a0, a1, a[2]); in COMPAT_SYSCALL_DEFINE2()
H A Dsocket.c1710 int __sys_socket(int family, int type, int protocol) in __sys_socket() function
1729 return __sys_socket(family, type, protocol); in SYSCALL_DEFINE3()
3115 err = __sys_socket(a0, a1, a[2]); in SYSCALL_DEFINE2()