Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/sys/
H A Dunpcb.h161 #define UNP_DONTDISCONNECT 0x00000004 macro
/xnu-12377.81.4/bsd/kern/
H A Duipc_usrreq.c239 unp->unp_flags |= UNP_DONTDISCONNECT; in unp_get_locks_in_order()
248 unp->unp_flags &= ~UNP_DONTDISCONNECT; in unp_get_locks_in_order()
1667 if ((((struct unpcb *)waitso->so_pcb)->unp_flags & UNP_DONTDISCONNECT) != 0) { in unp_disconnect()
H A Duipc_socket2.c662 unp->unp_flags |= UNP_DONTDISCONNECT; in sowakeup()
678 unp->unp_flags &= ~UNP_DONTDISCONNECT; in sowakeup()
692 unp->unp_flags &= ~UNP_DONTDISCONNECT; in sowakeup()