Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsk_storage_tracing.c73 shutdown(active_fd, SHUT_WR); in do_test()
78 shutdown(passive_fd, SHUT_WR); in do_test()
H A Dtcpbpf_user.c94 shutdown(accept_fd, SHUT_WR); in run_test()
99 shutdown(cli_fd, SHUT_WR); in run_test()
H A Dsock_fields.c325 shutdown(cli_fd, SHUT_WR); in test()
330 shutdown(accept_fd, SHUT_WR); in test()
H A Dtcp_hdr_options.c78 shutdown(sk_fds->active_fd, SHUT_WR); in sk_fds_shutdown()
83 shutdown(sk_fds->passive_fd, SHUT_WR); in sk_fds_shutdown()
H A Dcgroup_tcp_skb.c181 err = shutdown(*closing_fd, SHUT_WR); in close_connection()
H A Dsockmap_basic.c514 shutdown(p1, SHUT_WR); in test_sockmap_skb_verdict_shutdown()
/linux/arch/um/os-Linux/
H A Dfile.c468 #ifndef SHUT_WR
469 #define SHUT_WR 1 macro
485 what = SHUT_WR; in os_shutdown_socket()
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c630 shutdown(fd, SHUT_WR); in shut_wr()
1274 shutdown(fd, SHUT_WR); in xdisconnect()
1337 shutdown(fd, SHUT_WR); in main_loop()
/linux/fs/
H A Dcoredump.c790 kernel_sock_shutdown(socket, SHUT_WR); in coredump_sock_shutdown()
/linux/tools/testing/vsock/
H A Dvsock_test.c1152 if (shutdown(fd, SHUT_WR)) { in test_stream_shutwr_client()
/linux/net/bluetooth/
H A Diso.c1941 case SHUT_WR: in iso_sock_shutdown()
/linux/fs/smb/client/
H A Dconnect.c308 kernel_sock_shutdown(server->ssocket, SHUT_WR); in cifs_abort_connection()