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

/freebsd-11.0-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.c56 replay_alloc(struct replay_cache *rc, struct rpc_msg *msg,
58 static void replay_free(struct replay_cache *rc,
60 static void replay_prune(struct replay_cache *rc);
65 struct replay_cache { struct
74 struct replay_cache *
77 struct replay_cache *rc;
91 replay_setsize(struct replay_cache *rc, size_t newmaxsize)
101 replay_freecache(struct replay_cache *rc)
112 replay_alloc(struct replay_cache *rc,
134 replay_free(struct replay_cache *r
[all...]
H A Dsvc.h381 struct replay_cache *sp_rcache; /* optional replay cache */

Completed in 105 milliseconds