Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/trace/beauty/include/linux/
H A Dsocket.h462 extern int __sys_shutdown_sock(struct socket *sock, int how);
/linux-6.15/include/linux/
H A Dsocket.h462 extern int __sys_shutdown_sock(struct socket *sock, int how);
/linux-6.15/net/
H A Dsocket.c2400 int __sys_shutdown_sock(struct socket *sock, int how) in __sys_shutdown_sock() function
2422 return __sys_shutdown_sock(sock, how); in __sys_shutdown()
/linux-6.15/io_uring/
H A Dnet.c130 ret = __sys_shutdown_sock(sock, shutdown->how); in io_shutdown()