Searched refs:unp3 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/fs/portalfs/
H A Dportal_vnops.c182 struct unpcb *unp3; local
201 unp3 = sotounpcb(so3);
203 unp3->unp_addr = (struct sockaddr_un *)
/freebsd-9.3-release/sys/kern/
H A Duipc_usrreq.c1257 struct unpcb *unp, *unp2, *unp3; local
1343 unp3 = sotounpcb(so3);
1346 UNP_PCB_LOCK(unp3);
1349 unp3->unp_addr = (struct sockaddr_un *) sa;
1357 cru2x(td->td_ucred, &unp3->unp_peercred);
1358 unp3->unp_flags |= UNP_HAVEPC;
1372 unp3->unp_flags |= UNP_WANTCRED;
1373 UNP_PCB_UNLOCK(unp3);

Completed in 62 milliseconds