Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c1703 __svc_dupcache_init(void *condition, int basis, char **xprt_cache) in __svc_dupcache_init() argument
1710 if (*xprt_cache != NULL) { /* do only once per xprt */ in __svc_dupcache_init()
1746 *xprt_cache = (char *)dc; in __svc_dupcache_init()
1771 char *xprt_cache) in __svc_dup() argument
1779 struct dupcache *dc = (struct dupcache *)xprt_cache; in __svc_dup()
2021 int status, char *xprt_cache) in __svc_dupdone() argument
2027 struct dupcache *dc = (struct dupcache *)xprt_cache; in __svc_dupdone()