tag | line | file | source code |
skpair | 326 | net/unix/af_unix.c | unix_socket *skpair; |
skpair | 335 | net/unix/af_unix.c | skpair=(unix_socket *)sk->protinfo.af_unix.other; /* Person we send to (default) */ |
skpair | 336 | net/unix/af_unix.c | if(sk->type==SOCK_STREAM && skpair!=NULL && skpair->state!=TCP_LISTEN) |
skpair | 338 | net/unix/af_unix.c | skpair->shutdown=SHUTDOWN_MASK; /* No more writes */ |
skpair | 339 | net/unix/af_unix.c | skpair->state_change(skpair); /* Wake any blocked writes */ |
skpair | 341 | net/unix/af_unix.c | if(skpair!=NULL) |
skpair | 342 | net/unix/af_unix.c | skpair->protinfo.af_unix.locks--; /* It may now die */ |