Searched refs:replay_cache (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/rpc/
H A Dreplay.h40 struct replay_cache;
45 struct replay_cache *replay_newcache(size_t);
50 void replay_setsize(struct replay_cache *, size_t);
56 void replay_freecache(struct replay_cache *rc);
75 enum replay_state replay_find(struct replay_cache *rc,
82 void replay_setreply(struct replay_cache *rc,
H A Dreplay.c55 replay_alloc(struct replay_cache *rc, struct rpc_msg *msg,
57 static void replay_free(struct replay_cache *rc,
59 static void replay_prune(struct replay_cache *rc);
64 struct replay_cache { struct
73 struct replay_cache *
76 struct replay_cache *rc;
90 replay_setsize(struct replay_cache *rc, size_t newmaxsize)
100 replay_freecache(struct replay_cache *rc)
111 replay_alloc(struct replay_cache *rc,
133 replay_free(struct replay_cache *r
[all...]
H A Dsvc.h365 struct replay_cache *sp_rcache; /* optional replay cache */

Completed in 47 milliseconds