taglinefilesource code
peerupd266net/unix/sock.cupd->peerupd = NULL;
peerupd365net/unix/sock.cif (upd->peerupd) unix_data_deref(upd->peerupd);
peerupd498net/unix/sock.cUN_DATA(sock)->peerupd = UN_DATA(sock->conn); /* ref server */
peerupd517net/unix/sock.cupd1->peerupd = upd2;
peerupd518net/unix/sock.cupd2->peerupd = upd1;
peerupd556net/unix/sock.cUN_DATA(newsock)->peerupd         = UN_DATA(clientsock);
peerupd681net/unix/sock.cpupd = UN_DATA(sock)->peerupd;  /* safer than sock->conn */
peerupd749net/unix/sock.cstruct unix_proto_data *upd, *peerupd;
peerupd783net/unix/sock.cpeerupd = UN_DATA(sock->conn);
peerupd785net/unix/sock.cUN_BUF_SPACE(peerupd) ? "" : " no");
peerupd786net/unix/sock.cif (UN_BUF_SPACE(peerupd) > 0) return(1);
peerupd800net/unix/sock.cstruct unix_proto_data *upd, *peerupd;
peerupd804net/unix/sock.cpeerupd = (sock->state == SS_CONNECTED) ? UN_DATA(sock->conn) : NULL;
peerupd812net/unix/sock.cif (UN_BUF_AVAIL(upd) || peerupd)
peerupd822net/unix/sock.cif (peerupd) put_fs_long(UN_BUF_SPACE(peerupd),
peerupd41net/unix/unix.hstruct unix_proto_data  *peerupd;