Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c281 # define p_cred td_ucred macro
293 if (securelevel_ge(p->p_cred, 3) && (mode & FWRITE))
H A Dip_compat.h100 # define p_cred td_ucred macro
/f-stack/freebsd/netipsec/
H A Dkey.c6701 if (curproc && curproc->p_cred) in key_acquire()
6702 id->sadb_ident_id = curproc->p_cred->p_ruid; in key_acquire()