taglinefilesource code
peerupd257net/unix/sock.cupd->peerupd = NULL;
peerupd374net/unix/sock.cif (upd->peerupd)
peerupd375net/unix/sock.cunix_data_deref(upd->peerupd);
peerupd506net/unix/sock.cUN_DATA(sock)->peerupd = UN_DATA(sock->conn); /* ref server */
peerupd525net/unix/sock.cupd1->peerupd = upd2;
peerupd526net/unix/sock.cupd2->peerupd = upd1;
peerupd568net/unix/sock.cUN_DATA(newsock)->peerupd       = UN_DATA(clientsock);
peerupd695net/unix/sock.cpupd = UN_DATA(sock)->peerupd;  /* safer than sock->conn */
peerupd774net/unix/sock.cstruct unix_proto_data *upd, *peerupd;
peerupd811net/unix/sock.cpeerupd = UN_DATA(sock->conn);
peerupd812net/unix/sock.cif (UN_BUF_SPACE(peerupd) > 0) 
peerupd832net/unix/sock.cstruct unix_proto_data *upd, *peerupd;
peerupd836net/unix/sock.cpeerupd = (sock->state == SS_CONNECTED) ? UN_DATA(sock->conn) : NULL;
peerupd846net/unix/sock.cif (UN_BUF_AVAIL(upd) || peerupd)
peerupd857net/unix/sock.cif (peerupd) 
peerupd858net/unix/sock.cput_fs_long(UN_BUF_SPACE(peerupd),(unsigned long *)arg);
peerupd41net/unix/unix.hstruct unix_proto_data  *peerupd;