Home
last modified time | relevance | path

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

/glibc-2.36/sunrpc/
Dsvc_udp.c104 char *su_cache; /* cached data, NULL if no cache */ member
170 su->su_cache = NULL; in svcudp_bufcreate()
305 if (su->su_cache != NULL) in svcudp_recv()
361 if (su->su_cache && slen >= 0) in svcudp_reply()
466 (xid % (SPARSENESS*((struct udp_cache *) su_data(transp)->su_cache)->uc_size))
479 if (su->su_cache != NULL) in svcudp_enablecache()
507 su->su_cache = (char *) uc; in svcudp_enablecache()
522 struct udp_cache *uc = (struct udp_cache *) su->su_cache; in libc_hidden_nolink_sunrpc()
593 struct udp_cache *uc = (struct udp_cache *) su->su_cache; in cache_get()