Home
last modified time | relevance | path

Searched refs:SHUT_WR (Results 1 – 13 of 13) 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.c524 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.c628 shutdown(fd, SHUT_WR); in shut_wr()
1345 shutdown(fd, SHUT_WR); in xdisconnect()
1408 shutdown(fd, SHUT_WR); in main_loop()
/linux/tools/testing/vsock/
H A Dvsock_test.c1184 if (shutdown(fd, SHUT_WR)) { in test_stream_shutrd_client()
2431 .name = "SOCK_STREAM SHUT_WR",
/linux/fs/dlm/
H A Dlowcomms.c1862 .how = SHUT_WR,
/linux/net/bluetooth/
H A Diso.c1934 case SHUT_WR: in iso_sock_shutdown()
/linux/net/smc/
H A Daf_smc.c2994 case SHUT_WR: in smc_shutdown()
/linux/fs/smb/client/
H A Dconnect.c310 kernel_sock_shutdown(server->ssocket, SHUT_WR); in cifs_abort_connection()