Home
last modified time | relevance | path

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

/freebsd/sys/rpc/
H A Dsvc.c237 if (pool->sp_rcache) in svcpool_destroy()
238 replay_freecache(pool->sp_rcache); in svcpool_destroy()
671 if (xprt->xp_pool->sp_rcache) in svc_sendreply_common()
750 if (xprt->xp_pool->sp_rcache) in svcerr_noproc()
772 if (xprt->xp_pool->sp_rcache) in svcerr_decode()
794 if (xprt->xp_pool->sp_rcache) in svcerr_systemerr()
816 if (xprt->xp_pool->sp_rcache) in svcerr_auth()
848 if (xprt->xp_pool->sp_rcache) in svcerr_noprog()
872 if (xprt->xp_pool->sp_rcache) in svcerr_progvers()
944 if (pool->sp_rcache) { in svc_getreq()
[all …]
H A Dsvc.h394 struct replay_cache *sp_rcache; /* optional replay cache */ member
/freebsd/sys/fs/nfsclient/
H A Dnfs_clkrpc.c302 nfscbd_pool->sp_rcache = NULL; in nfsrvd_cbinit()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c696 NFSD_VNET(nfsrvd_pool)->sp_rcache = NULL; in nfsrvd_init()