Home
last modified time | relevance | path

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

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