Searched refs:unp_flags (Results 1 – 3 of 3) sorted by relevance
244 unp->unp_flags |= flags; in unp_connid()363 if (unp->unp_conn->unp_flags & UNP_WANTCRED) in unp_output()365 if (unp->unp_conn->unp_flags & UNP_OWANTCRED) in unp_output()534 if (unp->unp_conn->unp_flags & UNP_WANTCRED) { in unp_send()539 unp->unp_conn->unp_flags &= ~UNP_WANTCRED; in unp_send()542 if (unp->unp_conn->unp_flags & UNP_OWANTCRED) { in unp_send()547 unp->unp_conn->unp_flags &= ~UNP_OWANTCRED; in unp_send()639 unp->unp_flags |= (bit); \ in uipc_ctloutput()641 unp->unp_flags &= ~(bit); in uipc_ctloutput()666 if (unp->unp_flags & UNP_EIDSVALID) { in uipc_ctloutput()[all …]
503 pcb->ki_pflags = unp->unp_flags; in sysctl_dounpcb()
84 int unp_flags; /* misc flags; see below*/ member