Home
last modified time | relevance | path

Searched refs:SHUT_RD (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dfile.c474 #ifndef SHUT_RD
475 #define SHUT_RD 0 macro
493 what = SHUT_RD; in os_shutdown_socket()
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dfile.c474 #ifndef SHUT_RD
475 #define SHUT_RD 0 macro
493 what = SHUT_RD; in os_shutdown_socket()
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dport_user.c163 shutdown(3, SHUT_RD); in port_pre_exec()
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dport_user.c164 shutdown(3, SHUT_RD); in port_pre_exec()
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
H A Dsocket.h102 #define SHUT_RD 0 macro
/kernel/linux/linux-5.10/include/linux/
H A Dnet.h86 * @SHUT_RD: shutdown receptions
91 SHUT_RD, enumerator
/kernel/linux/linux-6.6/include/linux/
H A Dnet.h89 * @SHUT_RD: shutdown receptions
94 SHUT_RD, enumerator
/kernel/linux/linux-5.10/net/smc/
H A Daf_smc.c2139 if ((how < SHUT_RD) || (how > SHUT_RDWR)) in smc_shutdown()
2172 case SHUT_RD: in smc_shutdown()
/kernel/linux/linux-6.6/net/smc/
H A Daf_smc.c2889 if ((how < SHUT_RD) || (how > SHUT_RDWR)) in smc_shutdown()
2934 case SHUT_RD: in smc_shutdown()
/kernel/linux/linux-6.6/net/bluetooth/
H A Diso.c1524 case SHUT_RD: in iso_sock_shutdown()
/kernel/linux/linux-5.10/net/unix/
H A Daf_unix.c2571 if (mode < SHUT_RD || mode > SHUT_RDWR) in unix_shutdown()
2574 * SHUT_RD (0) -> RCV_SHUTDOWN (1) in unix_shutdown()
/kernel/linux/linux-6.6/net/unix/
H A Daf_unix.c2906 if (mode < SHUT_RD || mode > SHUT_RDWR) in unix_shutdown()
2909 * SHUT_RD (0) -> RCV_SHUTDOWN (1) in unix_shutdown()

Completed in 22 milliseconds