Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/rpc/
H A Dsvc_dg.c146 su->su_cache = NULL; in svc_dg_create()
227 if (su->su_cache != NULL) { in svc_dg_recv()
260 if (su->su_cache) in svc_dg_reply()
406 su_data(transp)->su_cache)->uc_size))
427 if (su->su_cache != NULL) { in svc_dg_enablecache()
457 su->su_cache = (char *)(void *)uc; in svc_dg_enablecache()
492 uc = (struct cl_cache *) su->su_cache; in cache_set()
587 uc = (struct cl_cache *) su->su_cache; in cache_get()
H A Dsvc_dg.h48 void *su_cache; /* cached data, NULL if none */ member