Searched refs:su_cache (Results 1 – 3 of 3) sorted by relevance
92 void * su_cache; /* cached data, NULL if no cache */ member167 su->su_cache = NULL; in svcudp_bufcreate()235 if (su->su_cache != NULL) { in svcudp_recv()281 if (su->su_cache) { in svcudp_reply()399 (xid % (SPARSENESS*((struct udp_cache *) su_data(transp)->su_cache)->uc_size))414 if (su->su_cache != NULL) { in svcudp_enablecache()437 su->su_cache = (char *) uc; in svcudp_enablecache()453 struct udp_cache *uc = (struct udp_cache *) su->su_cache; in cache_set()521 struct udp_cache *uc = su->su_cache; in cache_get()
135 su->su_cache = NULL; in svc_dg_create()283 if (su->su_cache != NULL) { in svc_dg_recv()361 if (su->su_cache) in svc_dg_reply()504 su_data(transp)->su_cache)->uc_size))521 if (su->su_cache != NULL) { in svc_dg_enablecache()551 su->su_cache = (char *)(void *)uc; in svc_dg_enablecache()575 struct cl_cache *uc = (struct cl_cache *) su->su_cache; in cache_set()663 struct cl_cache *uc = (struct cl_cache *) su->su_cache; in cache_get()
47 void *su_cache; /* cached data, NULL if none */ member