| tag | line | file | source code |
| how | 50 | kernel/signal.c | asmlinkage int sys_sigprocmask(int how, sigset_t *set, sigset_t *oset) |
| how | 60 | kernel/signal.c | switch (how) { |
| how | 1446 | net/inet/sock.c | inet_shutdown(struct socket *sock, int how) |
| how | 1454 | net/inet/sock.c | how++; /* maps 0->1 has the advantage of making bit 1 rcvs and |
| how | 1457 | net/inet/sock.c | if (how & ~SHUTDOWN_MASK) return(-EINVAL); |
| how | 1467 | net/inet/sock.c | sk->shutdown |= how; |
| how | 1468 | net/inet/sock.c | if (sk->prot->shutdown) sk->prot->shutdown(sk, how); |
| how | 211 | net/inet/sock.h | void (*shutdown)(struct sock *sk, int how); |
| how | 1552 | net/inet/tcp.c | tcp_shutdown(struct sock *sk, int how) |
| how | 1569 | net/inet/tcp.c | if (!(how & SEND_SHUTDOWN)) return; |
| how | 119 | net/inet/tcp.h | extern void tcp_shutdown (struct sock *sk, int how); |
| how | 818 | net/socket.c | sock_shutdown(int fd, int how) |
| how | 823 | net/socket.c | DPRINTF((net_debug, "NET: sock_shutdown(fd = %d, how = %d)\n", fd, how)); |
| how | 830 | net/socket.c | return(sock->ops->shutdown(sock, how)); |
| how | 89 | net/unix/sock.c | static int unix_proto_shutdown(struct socket *sock, int how); |
| how | 207 | net/unix/sock.c | unix_proto_shutdown(struct socket *sock, int how) |