sys/rpc/replay.c
100
replay_freecache(struct replay_cache *rc)
sys/rpc/replay.c
111
replay_alloc(struct replay_cache *rc,
sys/rpc/replay.c
133
replay_free(struct replay_cache *rc, struct replay_cache_entry *rce)
sys/rpc/replay.c
149
replay_prune(struct replay_cache *rc)
sys/rpc/replay.c
174
replay_find(struct replay_cache *rc, struct rpc_msg *msg,
sys/rpc/replay.c
228
replay_setreply(struct replay_cache *rc,
sys/rpc/replay.c
55
replay_alloc(struct replay_cache *rc, struct rpc_msg *msg,
sys/rpc/replay.c
57
static void replay_free(struct replay_cache *rc,
sys/rpc/replay.c
59
static void replay_prune(struct replay_cache *rc);
sys/rpc/replay.c
73
struct replay_cache *
sys/rpc/replay.c
76
struct replay_cache *rc;
sys/rpc/replay.c
90
replay_setsize(struct replay_cache *rc, size_t newmaxsize)
sys/rpc/replay.h
40
struct replay_cache;
sys/rpc/replay.h
45
struct replay_cache *replay_newcache(size_t);
sys/rpc/replay.h
50
void replay_setsize(struct replay_cache *, size_t);
sys/rpc/replay.h
56
void replay_freecache(struct replay_cache *rc);
sys/rpc/replay.h
75
enum replay_state replay_find(struct replay_cache *rc,
sys/rpc/replay.h
82
void replay_setreply(struct replay_cache *rc,
sys/rpc/svc.h
336
struct replay_cache *sp_rcache; /* optional replay cache */