Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dunpcb.h185 unp_copy_peercred(struct thread *td, struct unpcb *client_unp,
/f-stack/tools/compat/include/sys/
H A Dunpcb.h185 unp_copy_peercred(struct thread *td, struct unpcb *client_unp,
/f-stack/lib/
H A Dff_glue.c1302 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 Duipc_usrreq.c1668 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()