taglinefilesource code
peerupd224net/unix/sock.cupd->peerupd = NULL;
peerupd314net/unix/sock.cif (upd->peerupd) unix_data_deref(upd->peerupd);
peerupd432net/unix/sock.cUN_DATA(sock)->peerupd = UN_DATA(sock->conn); /* ref server */
peerupd451net/unix/sock.cupd1->peerupd = upd2;
peerupd452net/unix/sock.cupd2->peerupd = upd1;
peerupd486net/unix/sock.cUN_DATA(newsock)->peerupd         = UN_DATA(clientsock);
peerupd603net/unix/sock.cpupd = UN_DATA(sock)->peerupd;  /* safer than sock->conn */
peerupd666net/unix/sock.cstruct unix_proto_data *upd, *peerupd;
peerupd693net/unix/sock.cpeerupd = UN_DATA(sock->conn);
peerupd694net/unix/sock.cif (UN_BUF_SPACE(peerupd) > 0) return(1);
peerupd707net/unix/sock.cstruct unix_proto_data *upd, *peerupd;
peerupd711net/unix/sock.cpeerupd = (sock->state == SS_CONNECTED) ? UN_DATA(sock->conn) : NULL;
peerupd719net/unix/sock.cif (UN_BUF_AVAIL(upd) || peerupd)
peerupd729net/unix/sock.cif (peerupd) put_fs_long(UN_BUF_SPACE(peerupd),
peerupd41net/unix/unix.hstruct unix_proto_data  *peerupd;