Home
last modified time | relevance | path

Searched refs:unp_refs (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/usr.bin/netstat/
Dunix.c79 FAKE_PTR(kf->unp_refs), in unixdomainpr()
110 printf("unp_refs %p, ", SLIST_FIRST(&unp.unp_refs)); in unpcb_dump()
/openbsd/src/sys/sys/
Dunpcb.h77 SLIST_HEAD(,unpcb) unp_refs; /* [s] referencing socket linked list */
Dsysctl.h826 uint64_t unp_refs; /* PTR: connected sockets */ member
/openbsd/src/sys/kern/
Duipc_usrreq.c796 while ((unp2 = SLIST_FIRST(&unp->unp_refs)) != NULL) { in unp_detach()
818 SLIST_REMOVE(&unp->unp_refs, unp2, unpcb, unp_nextref); in unp_detach()
969 SLIST_INSERT_HEAD(&unp2->unp_refs, unp, unp_nextref); in unp_connect2()
1001 SLIST_REMOVE(&unp2->unp_refs, unp, unpcb, unp_nextref); in unp_disconnect()
Dkern_sysctl.c1585 kf->unp_refs = PTRTOINT64( in fill_file()
1586 SLIST_FIRST(&unpcb->unp_refs)); in fill_file()
/openbsd/src/lib/libkvm/
Dkvm_file2.c661 kf->unp_refs = PTRTOINT64( in fill_file()
662 SLIST_FIRST(&unpcb.unp_refs)); in fill_file()