Home
last modified time | relevance | path

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

/freebsd/sys/dev/wg/
H A Dif_wg.c225 struct ucred *sc_ucred; member
740 struct ucred *cred = sc->sc_ucred; in wg_socket_init()
2987 sc->sc_ucred = crhold(curthread->td_ucred); in wg_clone_create()
3074 cred = sc->sc_ucred; in wg_clone_destroy()
3075 sc->sc_ucred = NULL; in wg_clone_destroy()
3203 if (!(sc->sc_flags & WGF_DYING) && sc->sc_ucred && sc->sc_ucred->cr_prison == pr) { in wg_prison_remove()
3204 struct ucred *cred = sc->sc_ucred; in wg_prison_remove()
3208 sc->sc_ucred = NULL; in wg_prison_remove()