taglinefilesource code
refcnt56net/unix/proc.cif (unix_datas[i].refcnt>0 && unix_datas[i].socket!=NULL)
refcnt64net/unix/proc.cunix_datas[i].refcnt,
refcnt223net/unix/sock.cif (upd->refcnt > 0 && upd->socket &&
refcnt248net/unix/sock.cif (!upd->refcnt) 
refcnt250net/unix/sock.cupd->refcnt = -1;  /* unix domain socket not yet initialised - bgm */
refcnt279net/unix/sock.c++upd->refcnt;
refcnt289net/unix/sock.cif (upd->refcnt == 1) 
refcnt298net/unix/sock.c--upd->refcnt;
refcnt334net/unix/sock.cupd->refcnt = 1;  /* Now its complete - bgm */
refcnt899net/unix/sock.cupd->refcnt = 0;
refcnt32net/unix/unix.hint    refcnt;    /* cnt of reference 0=free  */