Searched refs:SHUT_WR (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sk_storage_tracing.c | 73 shutdown(active_fd, SHUT_WR); in do_test() 78 shutdown(passive_fd, SHUT_WR); in do_test()
|
H A D | tcpbpf_user.c | 94 shutdown(accept_fd, SHUT_WR); in run_test() 99 shutdown(cli_fd, SHUT_WR); in run_test()
|
H A D | sock_fields.c | 325 shutdown(cli_fd, SHUT_WR); in test() 330 shutdown(accept_fd, SHUT_WR); in test()
|
H A D | tcp_hdr_options.c | 78 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 D | cgroup_tcp_skb.c | 181 err = shutdown(*closing_fd, SHUT_WR); in close_connection()
|
H A D | sockmap_basic.c | 390 shutdown(p1, SHUT_WR); in test_sockmap_skb_verdict_shutdown()
|
/openbmc/qemu/include/qemu/ |
H A D | sockets.h | 57 #define SHUT_WR 1 macro
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | file.c | 478 #ifndef SHUT_WR 479 #define SHUT_WR 1 macro 495 what = SHUT_WR; in os_shutdown_socket()
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_connect.c | 615 shutdown(fd, SHUT_WR); in shut_wr() 1242 shutdown(fd, SHUT_WR); in xdisconnect() 1305 shutdown(fd, SHUT_WR); in main_loop()
|
/openbmc/linux/include/linux/ |
H A D | net.h | 95 SHUT_WR, enumerator
|
/openbmc/qemu/io/ |
H A D | channel-socket.c | 912 sockhow = SHUT_WR; in qio_channel_socket_shutdown()
|
/openbmc/linux/Documentation/networking/ |
H A D | dccp.rst | 141 via shutdown (SHUT_WR or SHUT_RD): this will reduce per-packet processing costs.
|
/openbmc/linux/fs/dlm/ |
H A D | lowcomms.c | 811 ret = kernel_sock_shutdown(con->sock, SHUT_WR); in shutdown_connection()
|
/openbmc/linux/net/bluetooth/ |
H A D | iso.c | 1603 case SHUT_WR: in iso_sock_shutdown()
|
/openbmc/linux/net/smc/ |
H A D | af_smc.c | 2973 case SHUT_WR: in smc_shutdown()
|
/openbmc/linux/fs/smb/client/ |
H A D | connect.c | 314 kernel_sock_shutdown(server->ssocket, SHUT_WR); in cifs_abort_connection()
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 2850 case SHUT_WR: in do_print_shutdown()
|