tag | line | file | source code |
shutdown | 402 | drivers/char/cyclades.c | static void shutdown(struct cyclades_port *); |
shutdown | 2337 | drivers/char/cyclades.c | shutdown(info); |
shutdown | 2386 | drivers/char/cyclades.c | shutdown(info); |
shutdown | 1531 | drivers/char/serial.c | shutdown(info); |
shutdown | 1656 | drivers/char/serial.c | shutdown(info); |
shutdown | 2076 | drivers/char/serial.c | shutdown(info); |
shutdown | 2117 | drivers/char/serial.c | shutdown(info); |
shutdown | 4012 | drivers/scsi/53c7,8xx.c | shutdown (host); |
shutdown | 189 | fs/nfs/rpcsock.c | if (rsock->shutdown) { |
shutdown | 287 | fs/nfs/rpcsock.c | if (rsock->shutdown) { |
shutdown | 335 | fs/nfs/rpcsock.c | if (rsock->shutdown) |
shutdown | 378 | fs/nfs/rpcsock.c | rsock->shutdown = 1; |
shutdown | 122 | include/linux/net.h | int (*shutdown) (struct socket *sock, int flags); |
shutdown | 44 | include/linux/rpcsock.h | int shutdown; |
shutdown | 150 | include/net/sock.h | volatile unsigned short shutdown; |
shutdown | 303 | include/net/sock.h | void (*shutdown)(struct sock *sk, int how); |
shutdown | 1103 | net/appletalk/ddp.c | sk->shutdown=0; |
shutdown | 921 | net/ax25/af_ax25.c | sk->shutdown = 0; |
shutdown | 996 | net/ax25/af_ax25.c | sk->shutdown = 0; |
shutdown | 67 | net/core/datagram.c | if (sk->shutdown & RCV_SHUTDOWN) |
shutdown | 200 | net/core/datagram.c | if (sk->shutdown & RCV_SHUTDOWN) |
shutdown | 217 | net/core/datagram.c | if (sk->shutdown & SEND_SHUTDOWN) |
shutdown | 374 | net/core/sock.c | if (sk->shutdown & SEND_SHUTDOWN) |
shutdown | 445 | net/core/sock.c | if(sk->shutdown&SEND_SHUTDOWN) |
shutdown | 476 | net/core/sock.c | if(sk->shutdown&SEND_SHUTDOWN) |
shutdown | 483 | net/core/sock.c | if(sk->shutdown&SEND_SHUTDOWN) |
shutdown | 684 | net/ipv4/af_inet.c | sk->shutdown = 0; |
shutdown | 1256 | net/ipv4/af_inet.c | if (sk->shutdown & SEND_SHUTDOWN) |
shutdown | 1278 | net/ipv4/af_inet.c | if (sk->shutdown & SEND_SHUTDOWN) |
shutdown | 1298 | net/ipv4/af_inet.c | if (sk->shutdown & SEND_SHUTDOWN) |
shutdown | 1332 | net/ipv4/af_inet.c | sk->shutdown |= how; |
shutdown | 1333 | net/ipv4/af_inet.c | if (sk->prot->shutdown) |
shutdown | 1334 | net/ipv4/af_inet.c | sk->prot->shutdown(sk, how); |
shutdown | 294 | net/ipv4/packet.c | if (sk->shutdown & RCV_SHUTDOWN) |
shutdown | 280 | net/ipv4/raw.c | if (sk->shutdown & RCV_SHUTDOWN) |
shutdown | 620 | net/ipv4/tcp.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 1207 | net/ipv4/tcp.c | if (sk->shutdown & RCV_SHUTDOWN) |
shutdown | 1222 | net/ipv4/tcp.c | if (sk->shutdown & SEND_SHUTDOWN) |
shutdown | 1709 | net/ipv4/tcp.c | if (sk->shutdown & SEND_SHUTDOWN) |
shutdown | 2224 | net/ipv4/tcp.c | if (sk->shutdown & RCV_SHUTDOWN) |
shutdown | 2360 | net/ipv4/tcp.c | if (sk->shutdown & RCV_SHUTDOWN) |
shutdown | 2478 | net/ipv4/tcp.c | sk->shutdown |= RCV_SHUTDOWN; |
shutdown | 2724 | net/ipv4/tcp.c | sk->shutdown |= SEND_SHUTDOWN; |
shutdown | 3026 | net/ipv4/tcp.c | newsk->shutdown = 0; |
shutdown | 3233 | net/ipv4/tcp.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 3854 | net/ipv4/tcp.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 3873 | net/ipv4/tcp.c | sk->shutdown |= SEND_SHUTDOWN; |
shutdown | 3998 | net/ipv4/tcp.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 4037 | net/ipv4/tcp.c | sk->shutdown|=SHUTDOWN_MASK; |
shutdown | 4101 | net/ipv4/tcp.c | if(sk->shutdown & RCV_SHUTDOWN) |
shutdown | 4141 | net/ipv4/tcp.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 4762 | net/ipv4/tcp.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 4766 | net/ipv4/tcp.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 5088 | net/ipv4/tcp.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 153 | net/ipv4/timer.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 1443 | net/ipx/af_ipx.c | sk->shutdown=0; |
shutdown | 460 | net/netrom/af_netrom.c | sk->shutdown = 0; |
shutdown | 563 | net/netrom/af_netrom.c | sk->shutdown = 0; |
shutdown | 1017 | net/socket.c | return(sock->ops->shutdown(sock, how)); |
shutdown | 299 | net/unix/af_unix.c | sk->shutdown=0; |
shutdown | 333 | net/unix/af_unix.c | skpair->shutdown=SHUTDOWN_MASK; /* No more writes */ |
shutdown | 810 | net/unix/af_unix.c | if(sk->shutdown & RCV_SHUTDOWN) |
shutdown | 886 | net/unix/af_unix.c | sk->shutdown|=SEND_SHUTDOWN; |
shutdown | 890 | net/unix/af_unix.c | other->shutdown|=RCV_SHUTDOWN; |
shutdown | 897 | net/unix/af_unix.c | sk->shutdown|=RCV_SHUTDOWN; |
shutdown | 901 | net/unix/af_unix.c | other->shutdown|=SEND_SHUTDOWN; |