| tag | line | file | source code |
| peerupd | 24 | net/unix.c | struct unix_proto_data *peerupd; |
| peerupd | 125 | net/unix.c | upd->peerupd = NULL; |
| peerupd | 213 | net/unix.c | if (upd->peerupd) |
| peerupd | 214 | net/unix.c | unix_data_deref(upd->peerupd); |
| peerupd | 323 | net/unix.c | UN_DATA(sock)->peerupd = UN_DATA(sock->conn); /* ref server */ |
| peerupd | 340 | net/unix.c | upd1->peerupd = upd2; |
| peerupd | 341 | net/unix.c | upd2->peerupd = upd1; |
| peerupd | 354 | net/unix.c | UN_DATA(newsock)->peerupd = UN_DATA(newsock->conn); |
| peerupd | 475 | net/unix.c | pupd = UN_DATA(sock)->peerupd; /* safer than sock->conn */ |
| peerupd | 535 | net/unix.c | struct unix_proto_data *upd, *peerupd; |
| peerupd | 555 | net/unix.c | peerupd = UN_DATA(sock->conn); |
| peerupd | 557 | net/unix.c | UN_BUF_SPACE(peerupd) ? "" : " no"); |
| peerupd | 558 | net/unix.c | return (UN_BUF_SPACE(peerupd) > 0); |
| peerupd | 568 | net/unix.c | struct unix_proto_data *upd, *peerupd; |
| peerupd | 571 | net/unix.c | peerupd = (sock->state == SS_CONNECTED) ? UN_DATA(sock->conn) : NULL; |
| peerupd | 576 | net/unix.c | if (UN_BUF_AVAIL(upd) || peerupd) |
| peerupd | 584 | net/unix.c | if (peerupd) |
| peerupd | 585 | net/unix.c | put_fs_long(UN_BUF_SPACE(peerupd), |