Home
last modified time | relevance | path

Searched refs:SHUT_RD (Results 1 – 6 of 6) 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.c1115 /* When the other peer calls shutdown(SHUT_RD), there is a chance that in test_stream_check_sigpipe()
1246 if (shutdown(fd, SHUT_RD)) { in test_double_bind_connect_server()
2436 .name = "SOCK_STREAM SHUT_RD",
/linux/net/smc/
H A Daf_smc.c2952 if ((how < SHUT_RD) || (how > SHUT_RDWR)) in smc_shutdown()
2997 case SHUT_RD: in smc_shutdown()
/linux/net/bluetooth/
H A Diso.c1929 case SHUT_RD: in iso_sock_shutdown()
/linux/net/unix/
H A Daf_unix.c3208 if (mode < SHUT_RD || mode > SHUT_RDWR) in unix_shutdown()