Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/rpc/
HDsvc.c239 if (pool->sp_rcache) in svcpool_destroy()
240 replay_freecache(pool->sp_rcache); in svcpool_destroy()
673 if (xprt->xp_pool->sp_rcache) in svc_sendreply_common()
674 replay_setreply(xprt->xp_pool->sp_rcache, in svc_sendreply_common()
752 if (xprt->xp_pool->sp_rcache) in svcerr_noproc()
753 replay_setreply(xprt->xp_pool->sp_rcache, in svcerr_noproc()
774 if (xprt->xp_pool->sp_rcache) in svcerr_decode()
775 replay_setreply(xprt->xp_pool->sp_rcache, in svcerr_decode()
796 if (xprt->xp_pool->sp_rcache) in svcerr_systemerr()
797 replay_setreply(xprt->xp_pool->sp_rcache, in svcerr_systemerr()
[all …]
HDsvc.h395 struct replay_cache *sp_rcache; /* optional replay cache */ member
/freebsd-13-stable/sys/fs/nfsclient/
HDnfs_clkrpc.c302 nfscbd_pool->sp_rcache = NULL; in nfsrvd_cbinit()
/freebsd-13-stable/sys/fs/nfsserver/
HDnfs_nfsdkrpc.c630 NFSD_VNET(nfsrvd_pool)->sp_rcache = NULL; in nfsrvd_init()