Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/rpc/
H A Dsvc_dg.c138 su->su_cache = NULL; in svc_dg_create()
286 if (su->su_cache != NULL) { in svc_dg_recv()
364 if (su->su_cache) in svc_dg_reply()
507 su_data(transp)->su_cache)->uc_size))
524 if (su->su_cache != NULL) { in svc_dg_enablecache()
554 su->su_cache = (char *)(void *)uc; in svc_dg_enablecache()
578 struct cl_cache *uc = (struct cl_cache *) su->su_cache; in cache_set()
666 struct cl_cache *uc = (struct cl_cache *) su->su_cache; in cache_get()
/freebsd-14.2/include/rpc/
H A Dsvc_dg.h47 void *su_cache; /* cached data, NULL if none */ member