Searched refs:unp_vnode (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/sys/
H A Dunpcb.h44 * filesystem. If so, the unp_vnode pointer holds
71 struct vnode *unp_vnode; /* if associated with file */ member in struct:unpcb
/freebsd-11-stable/usr.bin/netstat/
H A Dunix.c321 so->so_snd.sb_cc, (long)unp->unp_vnode,
/freebsd-11-stable/sys/kern/
H A Duipc_usrreq.c196 * interconnection of unpcbs, the v_socket and unp_vnode pointers, and can be
495 if (unp->unp_vnode != NULL) {
556 unp->unp_vnode = vp;
676 if ((vp = unp->unp_vnode) != NULL) {
678 unp->unp_vnode = NULL;
750 if (unp->unp_vnode == NULL) {
2494 * For an active vnode it clears unp_vnode pointer and decrements unp_vnode
2517 if (unp->unp_vnode == vp) {
2519 unp->unp_vnode
[all...]

Completed in 309 milliseconds