Searched refs:unp_refs (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/usr.bin/netstat/ |
| D | unix.c | 79 FAKE_PTR(kf->unp_refs), in unixdomainpr() 110 printf("unp_refs %p, ", SLIST_FIRST(&unp.unp_refs)); in unpcb_dump()
|
| /openbsd/src/sys/sys/ |
| D | unpcb.h | 77 SLIST_HEAD(,unpcb) unp_refs; /* [s] referencing socket linked list */
|
| D | sysctl.h | 826 uint64_t unp_refs; /* PTR: connected sockets */ member
|
| /openbsd/src/sys/kern/ |
| D | uipc_usrreq.c | 796 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()
|
| D | kern_sysctl.c | 1585 kf->unp_refs = PTRTOINT64( in fill_file() 1586 SLIST_FIRST(&unpcb->unp_refs)); in fill_file()
|
| /openbsd/src/lib/libkvm/ |
| D | kvm_file2.c | 661 kf->unp_refs = PTRTOINT64( in fill_file() 662 SLIST_FIRST(&unpcb.unp_refs)); in fill_file()
|