Searched refs:unp_refs (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dunpcb.h86 * are in a linked list starting with unp_refs, linked through
90 * the need for unp_refs and unp_nextref to be separate fields.
129 struct unp_head unp_refs; /* referencing socket linked list */ member in struct:unpcb
130 LIST_ENTRY(unpcb) unp_reflink; /* link in unp_refs list */
172 u_int32_t unp_refs; member in struct:unpcb_compat
174 struct unp_head unp_refs; /* referencing socket linked list */ member in struct:unpcb_compat
176 _UNPCB_LIST_ENTRY(unpcb_compat) unp_reflink; /* link in unp_refs list */
222 struct xunpcb64_list_entry xunp_reflink; /* link in unp_refs list */
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_usrreq.c800 LIST_INIT(&unp->unp_refs);
862 while (unp->unp_refs.lh_first) {
883 if (unp->unp_refs.lh_first != NULL) {
884 unp2 = unp->unp_refs.lh_first;
1284 LIST_INSERT_HEAD(&unp2->unp_refs, unp, unp_reflink);
1499 cp->unp_refs = (u_int32_t)VM_KERNEL_ADDRPERM(up->unp_refs.lh_first);
1733 VM_KERNEL_ADDRPERM(unp->unp_refs.lh_first);

Completed in 23 milliseconds