Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netpfil/ipfw/
H A Dip_fw2.c1388 struct bsd_ucred ucred_cache; in ipfw_chk() local
1390 struct ucred *ucred_cache = NULL; in ipfw_chk() local
1944 &ucred_cache); in ipfw_chk()
1946 (void *)&ucred_cache); in ipfw_chk()
2104 &ucred_cache); in ipfw_chk()
2106 ucred_cache->cr_uid: in ipfw_chk()
2107 ucred_cache->cr_prison->pr_id; in ipfw_chk()
3379 if (ucred_cache != NULL) in ipfw_chk()
3380 crfree(ucred_cache); in ipfw_chk()