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 | 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 | 4010 | drivers/scsi/53c7,8xx.c | shutdown (host); |
shutdown | 194 | fs/nfs/rpcsock.c | if (rsock->shutdown) { |
shutdown | 298 | fs/nfs/rpcsock.c | if (rsock->shutdown) { |
shutdown | 346 | fs/nfs/rpcsock.c | if (rsock->shutdown) |
shutdown | 389 | 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 | 165 | include/net/sock.h | volatile unsigned short shutdown; |
shutdown | 296 | include/net/sock.h | void (*shutdown)(struct sock *sk, int how); |
shutdown | 1103 | net/appletalk/ddp.c | sk->shutdown=0; |
shutdown | 923 | net/ax25/af_ax25.c | sk->shutdown = 0; |
shutdown | 998 | net/ax25/af_ax25.c | sk->shutdown = 0; |
shutdown | 67 | net/core/datagram.c | if (sk->shutdown & RCV_SHUTDOWN) |
shutdown | 197 | net/core/datagram.c | if (sk->shutdown & RCV_SHUTDOWN) |
shutdown | 214 | 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 | 1140 | net/ipv4/af_inet.c | if (sk->shutdown & SEND_SHUTDOWN) |
shutdown | 1174 | net/ipv4/af_inet.c | sk->shutdown |= how; |
shutdown | 1175 | net/ipv4/af_inet.c | if (sk->prot->shutdown) |
shutdown | 1176 | net/ipv4/af_inet.c | sk->prot->shutdown(sk, how); |
shutdown | 387 | net/ipv4/packet.c | if (sk->shutdown & RCV_SHUTDOWN) |
shutdown | 309 | net/ipv4/raw.c | if (sk->shutdown & RCV_SHUTDOWN) |
shutdown | 621 | net/ipv4/tcp.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 1245 | net/ipv4/tcp.c | if (sk->shutdown & RCV_SHUTDOWN) |
shutdown | 1260 | net/ipv4/tcp.c | if (sk->shutdown & SEND_SHUTDOWN) |
shutdown | 1745 | net/ipv4/tcp.c | if (sk->shutdown & SEND_SHUTDOWN) |
shutdown | 2246 | net/ipv4/tcp.c | if (sk->shutdown & RCV_SHUTDOWN) |
shutdown | 2381 | net/ipv4/tcp.c | if (sk->shutdown & RCV_SHUTDOWN) |
shutdown | 2499 | net/ipv4/tcp.c | sk->shutdown |= RCV_SHUTDOWN; |
shutdown | 2719 | net/ipv4/tcp.c | sk->shutdown |= SEND_SHUTDOWN; |
shutdown | 3022 | net/ipv4/tcp.c | newsk->shutdown = 0; |
shutdown | 3235 | net/ipv4/tcp.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 3863 | net/ipv4/tcp.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 3882 | net/ipv4/tcp.c | sk->shutdown |= SEND_SHUTDOWN; |
shutdown | 4007 | net/ipv4/tcp.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 4046 | net/ipv4/tcp.c | sk->shutdown|=SHUTDOWN_MASK; |
shutdown | 4110 | net/ipv4/tcp.c | if(sk->shutdown & RCV_SHUTDOWN) |
shutdown | 4150 | net/ipv4/tcp.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 4775 | net/ipv4/tcp.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 4779 | net/ipv4/tcp.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 5093 | net/ipv4/tcp.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 151 | net/ipv4/timer.c | sk->shutdown = SHUTDOWN_MASK; |
shutdown | 1443 | net/ipx/af_ipx.c | sk->shutdown=0; |
shutdown | 462 | net/netrom/af_netrom.c | sk->shutdown = 0; |
shutdown | 565 | net/netrom/af_netrom.c | sk->shutdown = 0; |
shutdown | 1068 | net/socket.c | return(sock->ops->shutdown(sock, how)); |
shutdown | 324 | net/unix/af_unix.c | sk->shutdown=0; |
shutdown | 358 | net/unix/af_unix.c | skpair->shutdown=SHUTDOWN_MASK; /* No more writes */ |
shutdown | 853 | net/unix/af_unix.c | if(sk->shutdown & RCV_SHUTDOWN) |
shutdown | 906 | net/unix/af_unix.c | sk->shutdown|=SEND_SHUTDOWN; |
shutdown | 910 | net/unix/af_unix.c | other->shutdown|=RCV_SHUTDOWN; |
shutdown | 917 | net/unix/af_unix.c | sk->shutdown|=RCV_SHUTDOWN; |
shutdown | 921 | net/unix/af_unix.c | other->shutdown|=SEND_SHUTDOWN; |