tag | line | file | source code |
shutdown | 417 | drivers/char/cyclades.c | static void shutdown(struct cyclades_port *); |
shutdown | 2374 | drivers/char/cyclades.c | shutdown(info); |
shutdown | 2417 | drivers/char/cyclades.c | shutdown(info); |
shutdown | 1557 | drivers/char/serial.c | shutdown(info); |
shutdown | 1682 | drivers/char/serial.c | shutdown(info); |
shutdown | 2154 | drivers/char/serial.c | shutdown(info); |
shutdown | 2195 | drivers/char/serial.c | shutdown(info); |
shutdown | 274 | drivers/scsi/53c7,8xx.c | static int shutdown (struct Scsi_Host *host); |
shutdown | 5999 | drivers/scsi/53c7,8xx.c | shutdown (struct Scsi_Host *host) { |
shutdown | 6344 | drivers/scsi/53c7,8xx.c | shutdown (host); |
shutdown | 1581 | drivers/scsi/53c7,8xx.h | #define FATAL(host) shutdown((host)); |
shutdown | 199 | fs/nfs/rpcsock.c | if (rsock->shutdown) { |
shutdown | 303 | fs/nfs/rpcsock.c | if (rsock->shutdown) { |
shutdown | 351 | fs/nfs/rpcsock.c | if (rsock->shutdown) |
shutdown | 394 | fs/nfs/rpcsock.c | rsock->shutdown = 1; |
shutdown | 110 | include/linux/net.h | int (*shutdown) (struct socket *sock, int flags); |
shutdown | 44 | include/linux/rpcsock.h | int shutdown; |
shutdown | 169 | include/net/sock.h | volatile unsigned short shutdown; |
shutdown | 306 | include/net/sock.h | void (*shutdown)(struct sock *sk, int how); |
shutdown | 1106 | net/appletalk/ddp.c | sk->shutdown=0; |
shutdown | 958 | net/ax25/af_ax25.c | sk->shutdown = 0; |
shutdown | 1033 | net/ax25/af_ax25.c | sk->shutdown = 0; |
shutdown | 64 | net/core/datagram.c | if (sk->shutdown & RCV_SHUTDOWN) |
shutdown | 194 | net/core/datagram.c | if (sk->shutdown & RCV_SHUTDOWN) |
shutdown | 211 | net/core/datagram.c | if (sk->shutdown & SEND_SHUTDOWN) |
shutdown | 395 | net/core/sock.c | if (sk->shutdown & SEND_SHUTDOWN) |
shutdown | 466 | net/core/sock.c | if(sk->shutdown&SEND_SHUTDOWN) |
shutdown | 497 | net/core/sock.c | if(sk->shutdown&SEND_SHUTDOWN) |
shutdown | 504 | net/core/sock.c | if(sk->shutdown&SEND_SHUTDOWN) |
shutdown | 1181 | net/ipv4/af_inet.c | if (sk->shutdown & SEND_SHUTDOWN) |
shutdown | 1215 | net/ipv4/af_inet.c | sk->shutdown |= how; |
shutdown | 1216 | net/ipv4/af_inet.c | if (sk->prot->shutdown) |
shutdown | 1217 | net/ipv4/af_inet.c | sk->prot->shutdown(sk, how); |
shutdown | 387 | net/ipv4/packet.c | if (sk->shutdown & RCV_SHUTDOWN) |
shutdown | 324 | net/ipv4/raw.c | if (sk->shutdown & RCV_SHUTDOWN) |
shutdown | 497 | net/ipv4/tcp.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 709 | net/ipv4/tcp.c | if (sk->shutdown & RCV_SHUTDOWN) |
shutdown | 724 | net/ipv4/tcp.c | if (sk->shutdown & SEND_SHUTDOWN) |
shutdown | 903 | net/ipv4/tcp.c | if (sk->shutdown & SEND_SHUTDOWN) |
shutdown | 1399 | net/ipv4/tcp.c | if (sk->shutdown & RCV_SHUTDOWN) |
shutdown | 1534 | net/ipv4/tcp.c | if (sk->shutdown & RCV_SHUTDOWN) |
shutdown | 1652 | net/ipv4/tcp.c | sk->shutdown |= RCV_SHUTDOWN; |
shutdown | 1772 | net/ipv4/tcp.c | sk->shutdown |= SEND_SHUTDOWN; |
shutdown | 1811 | net/ipv4/tcp.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 120 | net/ipv4/tcp_input.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 124 | net/ipv4/tcp_input.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 304 | net/ipv4/tcp_input.c | newsk->shutdown = 0; |
shutdown | 898 | net/ipv4/tcp_input.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 919 | net/ipv4/tcp_input.c | sk->shutdown |= SEND_SHUTDOWN; |
shutdown | 1044 | net/ipv4/tcp_input.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 1083 | net/ipv4/tcp_input.c | sk->shutdown|=SHUTDOWN_MASK; |
shutdown | 1147 | net/ipv4/tcp_input.c | if(sk->shutdown & RCV_SHUTDOWN) |
shutdown | 1187 | net/ipv4/tcp_input.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 1754 | net/ipv4/tcp_input.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 152 | net/ipv4/timer.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 1605 | net/ipx/af_ipx.c | sk->shutdown=0; |
shutdown | 451 | net/netrom/af_netrom.c | sk->shutdown = 0; |
shutdown | 554 | net/netrom/af_netrom.c | sk->shutdown = 0; |
shutdown | 1070 | net/socket.c | return(sock->ops->shutdown(sock, how)); |
shutdown | 326 | net/unix/af_unix.c | sk->shutdown=0; |
shutdown | 360 | net/unix/af_unix.c | skpair->shutdown=SHUTDOWN_MASK; /* No more writes */ |
shutdown | 857 | net/unix/af_unix.c | if(sk->shutdown & RCV_SHUTDOWN) |
shutdown | 910 | net/unix/af_unix.c | sk->shutdown|=SEND_SHUTDOWN; |
shutdown | 914 | net/unix/af_unix.c | other->shutdown|=RCV_SHUTDOWN; |
shutdown | 921 | net/unix/af_unix.c | sk->shutdown|=RCV_SHUTDOWN; |
shutdown | 925 | net/unix/af_unix.c | other->shutdown|=SEND_SHUTDOWN; |