Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/trace/beauty/include/linux/
Dsocket.h461 extern int __sys_shutdown(int fd, int how);
/linux-6.12.1/include/linux/
Dsocket.h461 extern int __sys_shutdown(int fd, int how);
/linux-6.12.1/net/
Dcompat.c488 ret = __sys_shutdown(a0, a1); in COMPAT_SYSCALL_DEFINE2()
Dsocket.c2453 int __sys_shutdown(int fd, int how) in __sys_shutdown() function
2468 return __sys_shutdown(fd, how); in SYSCALL_DEFINE2()
3173 err = __sys_shutdown(a0, a1); in SYSCALL_DEFINE2()