Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netpfil/ipfw/
H A Dip_fw2.c1379 struct bsd_ucred ucred_cache; in ipfw_chk() local
1381 struct ucred *ucred_cache = NULL; in ipfw_chk() local
1927 &ucred_cache); in ipfw_chk()
1929 (void *)&ucred_cache); in ipfw_chk()
2096 &ucred_cache); in ipfw_chk()
2098 key = ucred_cache->cr_uid; in ipfw_chk()
2102 (void *)&ucred_cache); in ipfw_chk()
2104 key = ucred_cache.uid; in ipfw_chk()
2106 key = ucred_cache.xid; in ipfw_chk()
3297 if (ucred_cache != NULL) in ipfw_chk()
[all …]