Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dunpcb.h161 #define UNP_DONTDISCONNECT 0x00000004 macro
/xnu-10002.41.9/bsd/kern/
H A Duipc_usrreq.c235 unp->unp_flags |= UNP_DONTDISCONNECT; in unp_get_locks_in_order()
244 unp->unp_flags &= ~UNP_DONTDISCONNECT; in unp_get_locks_in_order()
1639 if ((((struct unpcb *)waitso->so_pcb)->unp_flags & UNP_DONTDISCONNECT) != 0) { in unp_disconnect()
H A Duipc_socket2.c660 unp->unp_flags |= UNP_DONTDISCONNECT; in sowakeup()
676 unp->unp_flags &= ~UNP_DONTDISCONNECT; in sowakeup()
690 unp->unp_flags &= ~UNP_DONTDISCONNECT; in sowakeup()