Home
last modified time | relevance | path

Searched refs:__sys_shutdown (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/trace/beauty/include/linux/
H A Dsocket.h439 extern int __sys_shutdown(int fd, int how);
/kernel/linux/linux-5.10/include/linux/
H A Dsocket.h447 extern int __sys_shutdown(int fd, int how);
/kernel/linux/linux-6.6/include/linux/
H A Dsocket.h463 extern int __sys_shutdown(int fd, int how);
/kernel/linux/linux-6.6/tools/perf/trace/beauty/include/linux/
H A Dsocket.h462 extern int __sys_shutdown(int fd, int how);
/kernel/linux/linux-5.10/net/
H A Dcompat.c489 ret = __sys_shutdown(a0, a1); in COMPAT_SYSCALL_DEFINE2()
H A Dsocket.c2222 int __sys_shutdown(int fd, int how) in __sys_shutdown() function
2237 return __sys_shutdown(fd, how); in SYSCALL_DEFINE2()
2944 err = __sys_shutdown(a0, a1); in SYSCALL_DEFINE2()
/kernel/linux/linux-6.6/net/
H A Dcompat.c488 ret = __sys_shutdown(a0, a1); in COMPAT_SYSCALL_DEFINE2()
H A Dsocket.c2406 int __sys_shutdown(int fd, int how) in __sys_shutdown() function
2421 return __sys_shutdown(fd, how); in SYSCALL_DEFINE2()
3126 err = __sys_shutdown(a0, a1); in SYSCALL_DEFINE2()

Completed in 15 milliseconds