Home
last modified time | relevance | path

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

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