Home
last modified time | relevance | path

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

/freebsd/sys/rpc/
H A Dreplay.h82 void replay_setreply(struct replay_cache *rc,
H A Dsvc.c672 replay_setreply(xprt->xp_pool->sp_rcache, in svc_sendreply_common()
751 replay_setreply(xprt->xp_pool->sp_rcache, in svcerr_noproc()
773 replay_setreply(xprt->xp_pool->sp_rcache, in svcerr_decode()
795 replay_setreply(xprt->xp_pool->sp_rcache, in svcerr_systemerr()
817 replay_setreply(xprt->xp_pool->sp_rcache, in svcerr_auth()
849 replay_setreply(xprt->xp_pool->sp_rcache, in svcerr_noprog()
873 replay_setreply(xprt->xp_pool->sp_rcache, in svcerr_progvers()
H A Dreplay.c228 replay_setreply(struct replay_cache *rc, in replay_setreply() function