taglinefilesource code
peerupd258net/unix/sock.cupd->peerupd = NULL;
peerupd375net/unix/sock.cif (upd->peerupd)
peerupd376net/unix/sock.cunix_data_deref(upd->peerupd);
peerupd507net/unix/sock.cUN_DATA(sock)->peerupd = UN_DATA(sock->conn); /* ref server */
peerupd526net/unix/sock.cupd1->peerupd = upd2;
peerupd527net/unix/sock.cupd2->peerupd = upd1;
peerupd568net/unix/sock.cUN_DATA(newsock)->peerupd       = UN_DATA(clientsock);
peerupd689net/unix/sock.cpupd = UN_DATA(sock)->peerupd;  /* safer than sock->conn */
peerupd763net/unix/sock.cstruct unix_proto_data *upd, *peerupd;
peerupd800net/unix/sock.cpeerupd = UN_DATA(sock->conn);
peerupd801net/unix/sock.cif (UN_BUF_SPACE(peerupd) > 0) 
peerupd821net/unix/sock.cstruct unix_proto_data *upd, *peerupd;
peerupd825net/unix/sock.cpeerupd = (sock->state == SS_CONNECTED) ? UN_DATA(sock->conn) : NULL;
peerupd835net/unix/sock.cif (UN_BUF_AVAIL(upd) || peerupd)
peerupd846net/unix/sock.cif (peerupd) 
peerupd847net/unix/sock.cput_fs_long(UN_BUF_SPACE(peerupd),(unsigned long *)arg);
peerupd41net/unix/unix.hstruct unix_proto_data  *peerupd;