Home
last modified time | relevance | path

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

/freebsd-14.2/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.c58 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 * argument
77 struct replay_cache *rc; in replay_newcache()
91 replay_setsize(struct replay_cache *rc, size_t newmaxsize) in replay_setsize()
101 replay_freecache(struct replay_cache *rc) in replay_freecache()
112 replay_alloc(struct replay_cache *rc, in replay_alloc()
150 replay_prune(struct replay_cache *rc) in replay_prune()
175 replay_find(struct replay_cache *rc, struct rpc_msg *msg, in replay_find()
[all …]
H A Dsvc.h397 struct replay_cache *sp_rcache; /* optional replay cache */