Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dsocket.h45 SHUT_WR, /* No more transmissions. */ enumerator
46 #define SHUT_WR SHUT_WR macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dsocket.h45 SHUT_WR, /* No more transmissions. */ enumerator
46 #define SHUT_WR SHUT_WR macro
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dfile.c478 #ifndef SHUT_WR
479 #define SHUT_WR 1 macro
495 what = SHUT_WR; in os_shutdown_socket()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dsock_fields.c326 shutdown(cli_fd, SHUT_WR); in test()
331 shutdown(accept_fd, SHUT_WR); in test()
H A Dtcp_hdr_options.c101 shutdown(sk_fds->active_fd, SHUT_WR); in sk_fds_shutdown()
108 shutdown(sk_fds->passive_fd, SHUT_WR); in sk_fds_shutdown()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c421 shutdown(peerfd, SHUT_WR); in copyfd_io_poll()
552 shutdown(peerfd, SHUT_WR); in copyfd_io_mmap()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnet.h93 SHUT_WR, enumerator
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Ddccp.rst141 via shutdown (SHUT_WR or SHUT_RD): this will reduce per-packet processing costs.
/OK3568_Linux_fs/kernel/fs/dlm/
H A Dlowcomms.c624 ret = kernel_sock_shutdown(con->sock, SHUT_WR); in shutdown_connection()
/OK3568_Linux_fs/kernel/net/smc/
H A Daf_smc.c2162 case SHUT_WR: in smc_shutdown()
/OK3568_Linux_fs/kernel/net/mptcp/
H A Dprotocol.c2755 if (how == SHUT_WR || how == SHUT_RDWR) in mptcp_shutdown()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/
H A Dsocket282 __shutdown_send = SHUT_WR,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/
H A Dsocket282 __shutdown_send = SHUT_WR,
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dconnect.c474 kernel_sock_shutdown(server->ssocket, SHUT_WR); in cifs_reconnect()