Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/um/os-Linux/
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/
Dport_user.c163 shutdown(3, SHUT_RD); in port_pre_exec()
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
Dsocket.h102 #define SHUT_RD 0 macro
/kernel/linux/linux-5.10/include/linux/
Dnet.h91 SHUT_RD, enumerator
/kernel/linux/linux-5.10/Documentation/networking/
Ddccp.rst141 via shutdown (SHUT_WR or SHUT_RD): this will reduce per-packet processing costs.
/kernel/linux/linux-5.10/net/smc/
Daf_smc.c2132 if ((how < SHUT_RD) || (how > SHUT_RDWR)) in smc_shutdown()
2165 case SHUT_RD: in smc_shutdown()
/kernel/linux/linux-5.10/net/unix/
Daf_unix.c2573 if (mode < SHUT_RD || mode > SHUT_RDWR) in unix_shutdown()