Home
last modified time | relevance | path

Searched refs:UNP_DONTDISCONNECT (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.81.2/bsd/sys/
H A Dunpcb.h161 #define UNP_DONTDISCONNECT 0x00000004 macro
/xnu-8792.81.2/bsd/kern/
H A Duipc_usrreq.c221 unp->unp_flags |= UNP_DONTDISCONNECT; in unp_get_locks_in_order()
230 unp->unp_flags &= ~UNP_DONTDISCONNECT; in unp_get_locks_in_order()
1625 if ((((struct unpcb *)waitso->so_pcb)->unp_flags & UNP_DONTDISCONNECT) != 0) { in unp_disconnect()
H A Duipc_socket2.c659 unp->unp_flags |= UNP_DONTDISCONNECT; in sowakeup()
675 unp->unp_flags &= ~UNP_DONTDISCONNECT; in sowakeup()
689 unp->unp_flags &= ~UNP_DONTDISCONNECT; in sowakeup()