Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c1426 struct bsd_ucred ucred_cache; in ipfw_chk() local
1428 struct ucred *ucred_cache = NULL; in ipfw_chk() local
1991 &ucred_cache); in ipfw_chk()
1993 (void *)&ucred_cache); in ipfw_chk()
2181 &ucred_cache); in ipfw_chk()
2183 key = ucred_cache->cr_uid; in ipfw_chk()
2185 key = ucred_cache->cr_prison->pr_id; in ipfw_chk()
2187 (void *)&ucred_cache); in ipfw_chk()
2189 key = ucred_cache.uid; in ipfw_chk()
2191 key = ucred_cache.xid; in ipfw_chk()
[all …]