tag | line | file | source code |
peerupd | 26 | net/unix.c | struct unix_proto_data *peerupd; |
peerupd | 127 | net/unix.c | upd->peerupd = NULL; |
peerupd | 215 | net/unix.c | if (upd->peerupd) |
peerupd | 216 | net/unix.c | unix_data_deref(upd->peerupd); |
peerupd | 314 | net/unix.c | UN_DATA(sock)->peerupd = UN_DATA(sock->conn); /* ref server */ |
peerupd | 331 | net/unix.c | upd1->peerupd = upd2; |
peerupd | 332 | net/unix.c | upd2->peerupd = upd1; |
peerupd | 345 | net/unix.c | UN_DATA(newsock)->peerupd = UN_DATA(newsock->conn); |
peerupd | 466 | net/unix.c | pupd = UN_DATA(sock)->peerupd; /* safer than sock->conn */ |
peerupd | 526 | net/unix.c | struct unix_proto_data *upd, *peerupd; |
peerupd | 546 | net/unix.c | peerupd = UN_DATA(sock->conn); |
peerupd | 548 | net/unix.c | UN_BUF_SPACE(peerupd) ? "" : " no"); |
peerupd | 549 | net/unix.c | if (UN_BUF_SPACE(peerupd) > 0) |
peerupd | 562 | net/unix.c | struct unix_proto_data *upd, *peerupd; |
peerupd | 565 | net/unix.c | peerupd = (sock->state == SS_CONNECTED) ? UN_DATA(sock->conn) : NULL; |
peerupd | 570 | net/unix.c | if (UN_BUF_AVAIL(upd) || peerupd) |
peerupd | 578 | net/unix.c | if (peerupd) |
peerupd | 579 | net/unix.c | put_fs_long(UN_BUF_SPACE(peerupd), |