HomeSort by: relevance | last modified time | path
    Searched refs:unp_nextref (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/sys/
unpcb.h 56 * unp_nextref and null-terminated. Note that a socket may be referenced
59 * the need for unp_refs and unp_nextref to be separate fields.
77 struct unpcb *unp_nextref; /* link in unp_refs list */ member in struct:unpcb
  /src/usr.bin/netstat/
unix.c 136 (u_long)unp.unp_nextref, (u_long)unp.unp_addr,
  /src/sys/kern/
uipc_usrreq.c 1126 unp->unp_nextref = unp2->unp_refs;
1338 unp2->unp_refs = unp->unp_nextref;
1345 if (unp2->unp_nextref == unp)
1347 unp2 = unp2->unp_nextref;
1349 unp2->unp_nextref = unp->unp_nextref;
1351 unp->unp_nextref = 0;
uipc_domain.c 549 COND_SET_VALUE(pcb->ki_nextref, PTRTOUINT64(unp->unp_nextref),

Completed in 14 milliseconds