Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsocket.h463 extern int __sys_shutdown(int fd, int how);
/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h463 extern int __sys_shutdown(int fd, int how);
/linux/net/
H A Dcompat.c488 ret = __sys_shutdown(a0, a1); in COMPAT_SYSCALL_DEFINE2()
H A Dsocket.c2459 int __sys_shutdown(int fd, int how) in __sys_shutdown() function
2475 return __sys_shutdown(fd, how); in SYSCALL_DEFINE2()
3177 err = __sys_shutdown(a0, a1); in SYSCALL_DEFINE2()