Home
last modified time | relevance | path

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

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