Searched refs:unp_vnode (Results 1 – 3 of 3) sorted by relevance
101 if (unp->unp_vnode == NULL) in uipc_usrreq()367 if (unp->unp_vnode) { in unp_detach()368 unp->unp_vnode->v_socket = NULL; in unp_detach()369 vrele(unp->unp_vnode); in unp_detach()370 unp->unp_vnode = NULL; in unp_detach()404 if (unp->unp_vnode != NULL) in unp_bind()434 unp->unp_vnode = vp; in unp_bind()
67 struct vnode *unp_vnode; /* if associated with file */ member
128 so->so_snd.sb_cc, PLEN, unp->unp_vnode, PLEN, unp->unp_conn, in unixdomainpr()