Searched refs:client_unp (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | unpcb.h | 185 unp_copy_peercred(struct thread *td, struct unpcb *client_unp,
|
| /f-stack/tools/compat/include/sys/ |
| H A D | unpcb.h | 185 unp_copy_peercred(struct thread *td, struct unpcb *client_unp,
|
| /f-stack/lib/ |
| H A D | ff_glue.c | 1302 unp_copy_peercred(struct thread *td, struct unpcb *client_unp, in unp_copy_peercred() argument 1305 cru2xt(td, &client_unp->unp_peercred); in unp_copy_peercred() 1306 client_unp->unp_flags |= UNP_HAVEPC; in unp_copy_peercred() 1311 client_unp->unp_flags |= (listen_unp->unp_flags & UNP_WANTCRED_MASK); in unp_copy_peercred()
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_usrreq.c | 1668 unp_copy_peercred(struct thread *td, struct unpcb *client_unp, in unp_copy_peercred() argument 1671 cru2xt(td, &client_unp->unp_peercred); in unp_copy_peercred() 1672 client_unp->unp_flags |= UNP_HAVEPC; in unp_copy_peercred() 1677 client_unp->unp_flags |= (listen_unp->unp_flags & UNP_WANTCRED_MASK); in unp_copy_peercred()
|