rpc_tag_hd_t
static rpc_tag_hd_t cm_tag_hd;
rpc_lookup_tag(rpc_tag_hd_t *taghd, void *tgid, int creat)
rpc_add_tag(rpc_tag_hd_t *taghd, void *xprt, void *tgid)
rpc_remove_tag(rpc_tag_hd_t *tghd, void *xprt, void *tgid)
rpc_remove_all_tag(rpc_tag_hd_t *tghd, void *xprt)
rpc_remove_xprt(rpc_tag_hd_t *taghd, rpc_tag_t *tag, void *xprt)
rpc_remove_all_xprt(rpc_tag_hd_t *taghd, rpc_tag_t *tag)
rpc_tag_swap(rpc_tag_hd_t *taghd, void *oldtag, void *newtag)
rpc_destroy_tag(rpc_tag_hd_t *taghd, void *tgid)
rpc_taghd_init(rpc_tag_hd_t *taghd, offset_t taglst_off)
rpc_taghd_destroy(rpc_tag_hd_t *taghd)
extern void rpc_taghd_init(rpc_tag_hd_t *, offset_t);
extern void rpc_taghd_destroy(rpc_tag_hd_t *);
extern void rpc_add_tag(rpc_tag_hd_t *, void *, void *);
extern rpc_tag_t *rpc_lookup_tag(rpc_tag_hd_t *, void *, int);
extern int rpc_tag_swap(rpc_tag_hd_t *, void *, void *);
extern void rpc_destroy_tag(rpc_tag_hd_t *, void *);
extern void rpc_remove_tag(rpc_tag_hd_t *, void *, void *);
extern void rpc_remove_all_tag(rpc_tag_hd_t *, void *);
extern void rpc_remove_xprt(rpc_tag_hd_t *, rpc_tag_t *, void *);
extern void rpc_remove_all_xprt(rpc_tag_hd_t *, rpc_tag_t *);
static rpc_tag_hd_t svc_tag_hd;