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

/freebsd-13-stable/include/rpc/
H A Dsvc_dg.h48 void *su_cache; /* cached data, NULL if none */ member in struct:svc_dg_data
/freebsd-13-stable/lib/libc/rpc/
H A Dsvc_dg.c141 su->su_cache = NULL;
289 if (su->su_cache != NULL) {
367 if (su->su_cache)
510 su_data(transp)->su_cache)->uc_size))
527 if (su->su_cache != NULL) {
557 su->su_cache = (char *)(void *)uc;
581 struct cl_cache *uc = (struct cl_cache *) su->su_cache;
669 struct cl_cache *uc = (struct cl_cache *) su->su_cache;

Completed in 54 milliseconds