Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dunpcb.h161 #define UNP_DONTDISCONNECT 0x0004 macro
/xnu-8019.80.24/bsd/kern/
H A Duipc_usrreq.c200 unp->unp_flags |= UNP_DONTDISCONNECT; in unp_get_locks_in_order()
209 unp->unp_flags &= ~UNP_DONTDISCONNECT; in unp_get_locks_in_order()
1581 if ((((struct unpcb *)waitso->so_pcb)->unp_flags & UNP_DONTDISCONNECT) != 0) { in unp_disconnect()
H A Duipc_socket2.c657 unp->unp_flags |= UNP_DONTDISCONNECT; in sowakeup()
673 unp->unp_flags &= ~UNP_DONTDISCONNECT; in sowakeup()
687 unp->unp_flags &= ~UNP_DONTDISCONNECT; in sowakeup()