Searched refs:su_cache (Results 1 – 2 of 2) sorted by relevance
141 su->su_cache = NULL; in svc_dg_create()289 if (su->su_cache != NULL) { in svc_dg_recv()367 if (su->su_cache) in svc_dg_reply()510 su_data(transp)->su_cache)->uc_size))527 if (su->su_cache != NULL) { in svc_dg_enablecache()557 su->su_cache = (char *)(void *)uc; in svc_dg_enablecache()581 struct cl_cache *uc = (struct cl_cache *) su->su_cache; in cache_set()669 struct cl_cache *uc = (struct cl_cache *) su->su_cache; in cache_get()
48 void *su_cache; /* cached data, NULL if none */ member