Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/arch/um/os-Linux/
H A Dfile.c483 #ifndef SHUT_WR
484 #define SHUT_WR 1 macro
500 what = SHUT_WR; in os_shutdown_socket()
/linux-6.15/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c615 shutdown(fd, SHUT_WR); in shut_wr()
1242 shutdown(fd, SHUT_WR); in xdisconnect()
1305 shutdown(fd, SHUT_WR); in main_loop()
/linux-6.15/include/linux/
H A Dnet.h95 SHUT_WR, enumerator
/linux-6.15/Documentation/networking/
H A Ddccp.rst141 via shutdown (SHUT_WR or SHUT_RD): this will reduce per-packet processing costs.
/linux-6.15/tools/testing/vsock/
H A Dvsock_test.c1108 if (shutdown(fd, SHUT_WR)) { in test_stream_shutwr_client()
/linux-6.15/fs/dlm/
H A Dlowcomms.c813 ret = kernel_sock_shutdown(con->sock, SHUT_WR); in shutdown_connection()
/linux-6.15/net/bluetooth/
H A Diso.c1812 case SHUT_WR: in iso_sock_shutdown()
/linux-6.15/net/smc/
H A Daf_smc.c2974 case SHUT_WR: in smc_shutdown()
/linux-6.15/fs/smb/client/
H A Dconnect.c298 kernel_sock_shutdown(server->ssocket, SHUT_WR); in cifs_abort_connection()