Home
last modified time | relevance | path

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

/linux-4.1.27/arch/um/os-Linux/
Dfile.c452 #ifndef SHUT_WR
453 #define SHUT_WR 1 macro
469 what = SHUT_WR; in os_shutdown_socket()
/linux-4.1.27/include/linux/
Dnet.h84 SHUT_WR, enumerator
/linux-4.1.27/Documentation/networking/
Ddccp.txt134 via shutdown (SHUT_WR or SHUT_RD): this will reduce per-packet processing costs.
/linux-4.1.27/fs/cifs/
Dconnect.c348 kernel_sock_shutdown(server->ssocket, SHUT_WR); in cifs_reconnect()