Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/trace/beauty/include/linux/
Dsocket.h447 extern int __sys_shutdown(int fd, int how);
/Linux-v5.15/include/linux/
Dsocket.h447 extern int __sys_shutdown(int fd, int how);
/Linux-v5.15/net/
Dcompat.c489 ret = __sys_shutdown(a0, a1); in COMPAT_SYSCALL_DEFINE2()
Dsocket.c2253 int __sys_shutdown(int fd, int how) in __sys_shutdown() function
2268 return __sys_shutdown(fd, how); in SYSCALL_DEFINE2()
2975 err = __sys_shutdown(a0, a1); in SYSCALL_DEFINE2()