Home
last modified time | relevance | path

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

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