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

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw2.c1356 struct bsd_ucred ucred_cache; local
1358 struct ucred *ucred_cache = NULL; local
1904 &ucred_cache);
1906 (void *)&ucred_cache);
2073 &ucred_cache);
2075 key = ucred_cache->cr_uid;
2077 key = ucred_cache->cr_prison->pr_id;
2079 (void *)&ucred_cache);
2081 key = ucred_cache.uid;
2083 key = ucred_cache
[all...]

Completed in 97 milliseconds