Home
last modified time | relevance | path

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

/linux/arch/um/kernel/
H A Dksyms.c32 EXPORT_SYMBOL(os_shutdown_socket);
/linux/arch/um/drivers/
H A Dport_kern.c245 os_shutdown_socket(conn->socket[0], 1, 1); in port_wait()
247 os_shutdown_socket(conn->socket[1], 1, 1); in port_wait()
/linux/arch/um/include/shared/
H A Dos.h165 extern int os_shutdown_socket(int fd, int r, int w);
/linux/arch/um/os-Linux/
H A Dfile.c497 int os_shutdown_socket(int fd, int r, int w) in os_shutdown_socket() function