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.h460 extern int __sys_shutdown_sock(struct socket *sock, int how);
/linux/include/linux/
H A Dsocket.h462 extern int __sys_shutdown_sock(struct socket *sock, int how);
/linux/net/
H A Dsocket.c2407 int __sys_shutdown_sock(struct socket *sock, int how) in __sys_shutdown_sock() function
2429 return __sys_shutdown_sock(sock, how); in __sys_shutdown()
/linux/io_uring/
H A Dnet.c116 ret = __sys_shutdown_sock(sock, shutdown->how); in io_shutdown()