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 | 6000 | drivers/scsi/53c7,8xx.c | shutdown (struct Scsi_Host *host) { |
shutdown | 6345 | 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 | 222 | include/net/sock.h | volatile unsigned short shutdown; |
shutdown | 353 | include/net/sock.h | void (*shutdown)(struct sock *sk, int how); |
shutdown | 1117 | net/appletalk/ddp.c | sk->shutdown=0; |
shutdown | 957 | net/ax25/af_ax25.c | sk->shutdown = 0; |
shutdown | 1031 | net/ax25/af_ax25.c | sk->shutdown = 0; |
shutdown | 90 | net/core/datagram.c | if (sk->shutdown & RCV_SHUTDOWN) |
shutdown | 189 | net/core/datagram.c | if (sk->shutdown & RCV_SHUTDOWN) |
shutdown | 206 | net/core/datagram.c | if (sk->shutdown & SEND_SHUTDOWN) |
shutdown | 395 | net/core/sock.c | if (sk->shutdown & SEND_SHUTDOWN) |
shutdown | 464 | net/core/sock.c | if(sk->shutdown&SEND_SHUTDOWN) |
shutdown | 495 | net/core/sock.c | if(sk->shutdown&SEND_SHUTDOWN) |
shutdown | 502 | net/core/sock.c | if(sk->shutdown&SEND_SHUTDOWN) |
shutdown | 1133 | net/ipv4/af_inet.c | if (sk->shutdown & SEND_SHUTDOWN) |
shutdown | 1167 | net/ipv4/af_inet.c | sk->shutdown |= how; |
shutdown | 1168 | net/ipv4/af_inet.c | if (sk->prot->shutdown) |
shutdown | 1169 | net/ipv4/af_inet.c | sk->prot->shutdown(sk, how); |
shutdown | 399 | net/ipv4/packet.c | if (sk->shutdown & RCV_SHUTDOWN) |
shutdown | 324 | net/ipv4/raw.c | if (sk->shutdown & RCV_SHUTDOWN) |
shutdown | 496 | net/ipv4/tcp.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 708 | net/ipv4/tcp.c | if (sk->shutdown & RCV_SHUTDOWN) |
shutdown | 723 | net/ipv4/tcp.c | if (sk->shutdown & SEND_SHUTDOWN) |
shutdown | 929 | net/ipv4/tcp.c | if (sk->shutdown & SEND_SHUTDOWN) |
shutdown | 1306 | net/ipv4/tcp.c | if (sk->shutdown & RCV_SHUTDOWN) |
shutdown | 1525 | net/ipv4/tcp.c | if (sk->shutdown & RCV_SHUTDOWN) |
shutdown | 1645 | net/ipv4/tcp.c | sk->shutdown |= RCV_SHUTDOWN; |
shutdown | 1765 | net/ipv4/tcp.c | sk->shutdown |= SEND_SHUTDOWN; |
shutdown | 1824 | net/ipv4/tcp.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 230 | net/ipv4/tcp_input.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 234 | net/ipv4/tcp_input.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 419 | net/ipv4/tcp_input.c | newsk->shutdown = 0; |
shutdown | 956 | net/ipv4/tcp_input.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 977 | net/ipv4/tcp_input.c | sk->shutdown |= SEND_SHUTDOWN; |
shutdown | 1126 | net/ipv4/tcp_input.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 1165 | net/ipv4/tcp_input.c | sk->shutdown|=SHUTDOWN_MASK; |
shutdown | 1229 | net/ipv4/tcp_input.c | if(sk->shutdown & RCV_SHUTDOWN) |
shutdown | 1269 | net/ipv4/tcp_input.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 1842 | net/ipv4/tcp_input.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 146 | net/ipv4/timer.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 1614 | 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 | 328 | net/unix/af_unix.c | sk->shutdown=0; |
shutdown | 362 | net/unix/af_unix.c | skpair->shutdown=SHUTDOWN_MASK; /* No more writes */ |
shutdown | 927 | net/unix/af_unix.c | if(sk->shutdown & RCV_SHUTDOWN) |
shutdown | 988 | net/unix/af_unix.c | sk->shutdown|=SEND_SHUTDOWN; |
shutdown | 992 | net/unix/af_unix.c | other->shutdown|=RCV_SHUTDOWN; |
shutdown | 999 | net/unix/af_unix.c | sk->shutdown|=RCV_SHUTDOWN; |
shutdown | 1003 | net/unix/af_unix.c | other->shutdown|=SEND_SHUTDOWN; |