/net/core/ |
D | datagram.c | 818 u8 shutdown; in datagram_poll() local 829 shutdown = READ_ONCE(sk->sk_shutdown); in datagram_poll() 830 if (shutdown & RCV_SHUTDOWN) in datagram_poll() 832 if (shutdown == SHUTDOWN_MASK) in datagram_poll()
|
/net/dccp/ |
D | proto.c | 320 u8 shutdown; in dccp_poll() local 337 shutdown = READ_ONCE(sk->sk_shutdown); in dccp_poll() 339 if (shutdown == SHUTDOWN_MASK || state == DCCP_CLOSED) in dccp_poll() 341 if (shutdown & RCV_SHUTDOWN) in dccp_poll() 349 if (!(shutdown & SEND_SHUTDOWN)) { in dccp_poll()
|
D | ipv4.c | 976 .shutdown = dccp_shutdown, 1009 .shutdown = inet_shutdown,
|
D | ipv6.c | 1057 .shutdown = dccp_shutdown, 1088 .shutdown = inet_shutdown,
|
/net/nfc/ |
D | rawsock.c | 280 .shutdown = sock_no_shutdown, 298 .shutdown = sock_no_shutdown,
|
D | llcp_sock.c | 929 .shutdown = sock_no_shutdown, 949 .shutdown = sock_no_shutdown,
|
/net/unix/ |
D | af_unix.c | 852 .shutdown = unix_shutdown, 877 .shutdown = unix_shutdown, 901 .shutdown = unix_shutdown, 3114 u8 shutdown; in unix_poll() local 3118 shutdown = READ_ONCE(sk->sk_shutdown); in unix_poll() 3124 if (shutdown == SHUTDOWN_MASK) in unix_poll() 3126 if (shutdown & RCV_SHUTDOWN) in unix_poll() 3161 u8 shutdown; in unix_dgram_poll() local 3165 shutdown = READ_ONCE(sk->sk_shutdown); in unix_dgram_poll() 3174 if (shutdown & RCV_SHUTDOWN) in unix_dgram_poll() [all …]
|
/net/vmw_vsock/ |
D | vsock_loopback.c | 61 .shutdown = virtio_transport_shutdown,
|
D | af_vsock.c | 575 return vsk->transport->shutdown(vsk, mode); in vsock_send_shutdown() 1310 .shutdown = vsock_shutdown, 2249 .shutdown = vsock_shutdown, 2271 .shutdown = vsock_shutdown,
|
/net/atm/ |
D | pvc.c | 123 .shutdown = pvc_shutdown,
|
/net/sunrpc/ |
D | rpcb_clnt.c | 183 int shutdown = 0; in rpcb_put_local() local 191 shutdown = !sn->rpcb_users; in rpcb_put_local() 195 if (shutdown) { in rpcb_put_local()
|
/net/rds/ |
D | tcp_connect.c | 215 sock->ops->shutdown(sock, RCV_SHUTDOWN | SEND_SHUTDOWN); in rds_tcp_conn_path_shutdown()
|
/net/bluetooth/bnep/ |
D | sock.c | 185 .shutdown = sock_no_shutdown,
|
/net/bluetooth/cmtp/ |
D | sock.c | 187 .shutdown = sock_no_shutdown,
|
/net/ipv4/ |
D | af_inet.c | 930 if (sk->sk_prot->shutdown) in inet_shutdown() 931 sk->sk_prot->shutdown(sk, how); in inet_shutdown() 1073 .shutdown = inet_shutdown, 1107 .shutdown = inet_shutdown, 1139 .shutdown = inet_shutdown,
|
/net/phonet/ |
D | socket.c | 440 .shutdown = sock_no_shutdown, 458 .shutdown = sock_no_shutdown,
|
/net/tls/ |
D | tls_main.c | 413 u8 shutdown; in tls_sk_poll() local 419 shutdown = READ_ONCE(sk->sk_shutdown); in tls_sk_poll() 420 if (unlikely(state != TCP_ESTABLISHED || shutdown & RCV_SHUTDOWN)) in tls_sk_poll()
|
/net/bluetooth/hidp/ |
D | sock.c | 236 .shutdown = sock_no_shutdown,
|
/net/iucv/ |
D | af_iucv.c | 358 u8 shutdown = 0; in iucv_send_ctrl() local 364 shutdown = sk->sk_shutdown; in iucv_send_ctrl() 372 if (shutdown) in iucv_send_ctrl() 373 sk->sk_shutdown = shutdown; in iucv_send_ctrl() 2220 .shutdown = iucv_sock_shutdown,
|
/net/mptcp/ |
D | protocol.c | 3762 .shutdown = mptcp_shutdown, 3960 u8 shutdown; in mptcp_poll() local 3977 shutdown = READ_ONCE(sk->sk_shutdown); in mptcp_poll() 3978 if (shutdown == SHUTDOWN_MASK || state == TCP_CLOSE) in mptcp_poll() 3980 if (shutdown & RCV_SHUTDOWN) in mptcp_poll() 3985 if (shutdown & SEND_SHUTDOWN) in mptcp_poll() 4016 .shutdown = inet_shutdown, 4115 .shutdown = inet_shutdown,
|
/net/ieee802154/ |
D | socket.c | 423 .shutdown = sock_no_shutdown, 985 .shutdown = sock_no_shutdown,
|
/net/caif/ |
D | caif_socket.c | 974 .shutdown = sock_no_shutdown, 993 .shutdown = sock_no_shutdown,
|
/net/ipv6/ |
D | af_inet6.c | 704 .shutdown = inet_shutdown, /* ok */ 737 .shutdown = inet_shutdown, /* ok */
|
/net/l2tp/ |
D | l2tp_ip.c | 621 .shutdown = inet_shutdown,
|
/net/mctp/ |
D | af_mctp.c | 482 .shutdown = sock_no_shutdown,
|