Home
last modified time | relevance | path

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

/openbmc/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.c390 shutdown(p1, SHUT_WR); in test_sockmap_skb_verdict_shutdown()
/openbmc/qemu/include/qemu/
H A Dsockets.h57 #define SHUT_WR 1 macro
/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/include/linux/
H A Dnet.h95 SHUT_WR, enumerator
/openbmc/qemu/io/
H A Dchannel-socket.c912 sockhow = SHUT_WR; in qio_channel_socket_shutdown()
/openbmc/linux/Documentation/networking/
H A Ddccp.rst141 via shutdown (SHUT_WR or SHUT_RD): this will reduce per-packet processing costs.
/openbmc/linux/fs/dlm/
H A Dlowcomms.c811 ret = kernel_sock_shutdown(con->sock, SHUT_WR); in shutdown_connection()
/openbmc/linux/net/bluetooth/
H A Diso.c1603 case SHUT_WR: in iso_sock_shutdown()
/openbmc/linux/net/smc/
H A Daf_smc.c2973 case SHUT_WR: in smc_shutdown()
/openbmc/linux/fs/smb/client/
H A Dconnect.c314 kernel_sock_shutdown(server->ssocket, SHUT_WR); in cifs_abort_connection()
/openbmc/qemu/linux-user/
H A Dstrace.c2850 case SHUT_WR: in do_print_shutdown()