Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dunpcb.h180 unp_copy_peercred(struct thread *td, struct unpcb *client_unp,
/freebsd/sys/kern/
H A Duipc_usrreq.c2045 unp_copy_peercred(struct thread *td, struct unpcb *client_unp, in unp_copy_peercred() argument
2048 cru2xt(td, &client_unp->unp_peercred); in unp_copy_peercred()
2049 client_unp->unp_flags |= UNP_HAVEPC; in unp_copy_peercred()
2054 client_unp->unp_flags |= (listen_unp->unp_flags & UNP_WANTCRED_MASK); in unp_copy_peercred()