Home
last modified time | relevance | path

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

/linux-3.4.99/arch/um/os-Linux/
Dfile.c433 #ifndef SHUT_RD
434 #define SHUT_RD 0 macro
452 what = SHUT_RD; in os_shutdown_socket()
/linux-3.4.99/arch/um/drivers/
Dport_user.c163 shutdown(3, SHUT_RD); in port_pre_exec()
/linux-3.4.99/include/linux/
Dnet.h117 SHUT_RD = 0, enumerator
/linux-3.4.99/Documentation/networking/
Ddccp.txt134 via shutdown (SHUT_WR or SHUT_RD): this will reduce per-packet processing costs.