Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dsocket.h462 extern int __sys_shutdown_sock(struct socket *sock, int how);
/linux-6.6.21/tools/perf/trace/beauty/include/linux/
Dsocket.h461 extern int __sys_shutdown_sock(struct socket *sock, int how);
/linux-6.6.21/net/
Dsocket.c2395 int __sys_shutdown_sock(struct socket *sock, int how) in __sys_shutdown_sock() function
2413 err = __sys_shutdown_sock(sock, how); in __sys_shutdown()
/linux-6.6.21/io_uring/
Dnet.c119 ret = __sys_shutdown_sock(sock, shutdown->how); in io_shutdown()