Home
last modified time | relevance | path

Searched refs:unp_flags (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Duipc_usrreq.c405 if (--unp->unp_pairbusy == 0 && (unp->unp_flags & UNP_WAITING) != 0) { in unp_pcb_lock_peer()
406 unp->unp_flags &= ~UNP_WAITING; in unp_pcb_lock_peer()
558 if (unp->unp_flags & UNP_BINDING) { in uipc_bindat()
562 unp->unp_flags |= UNP_BINDING; in uipc_bindat()
630 unp->unp_flags &= ~UNP_BINDING; in uipc_bindat()
640 unp->unp_flags &= ~UNP_BINDING; in uipc_bindat()
721 if (unp->unp_vnode != NULL || (unp->unp_flags & UNP_BINDING) != 0) in uipc_chmod()
867 if (unp->unp_conn != NULL || (unp->unp_flags & UNP_CONNECTING) != 0) in uipc_listen()
1014 if (unp2->unp_flags & UNP_WANTCRED_MASK) { in uipc_send()
1020 control = unp_addsockcred(td, control, unp2->unp_flags, NULL, in uipc_send()
[all …]
/freebsd/sys/sys/
H A Dunpcb.h80 short unp_flags; /* (p) PCB flags */ member