Home
last modified time | relevance | path

Searched refs:SHUT_RD (Results 1 – 5 of 5) sorted by relevance

/linux/arch/um/os-Linux/
H A Dfile.c464 #ifndef SHUT_RD
465 #define SHUT_RD 0 macro
483 what = SHUT_RD; in os_shutdown_socket()
/linux/arch/um/drivers/
H A Dport_user.c164 shutdown(3, SHUT_RD); in port_pre_exec()
/linux/tools/testing/vsock/
H A Dvsock_test.c1214 if (shutdown(fd, SHUT_RD)) { in test_stream_shutrd_server()
/linux/net/bluetooth/
H A Diso.c1936 case SHUT_RD: in iso_sock_shutdown()
/linux/net/unix/
H A Daf_unix.c3188 if (mode < SHUT_RD || mode > SHUT_RDWR) in unix_shutdown()