cm_xprt
struct cm_xprt *cm_entry;
cm_entry = (struct cm_xprt *)ksp->ks_private;
connmgr_cwait(struct cm_xprt *cm_entry, const struct timeval *waitp,
static struct cm_xprt *
struct cm_xprt *cm_entry;
static struct cm_xprt *
struct cm_xprt *cm_entry;
struct cm_xprt *lru_entry;
struct cm_xprt **cmp, **prev;
cm_entry = (struct cm_xprt *)
kmem_zalloc(sizeof (struct cm_xprt), KM_SLEEP);
static struct cm_xprt *
struct cm_xprt *cm_entry,
connmgr_dis_and_wait(struct cm_xprt *cm_entry)
connmgr_cancelconn(struct cm_xprt *cm_entry)
connmgr_close(struct cm_xprt *cm_entry)
kmem_free(cm_entry, sizeof (struct cm_xprt));
connmgr_release(struct cm_xprt *cm_entry)
struct cm_xprt *cm_entry,
struct cm_xprt *x_next;
connmgr_sndrel(struct cm_xprt *cm_entry)
connmgr_snddis(struct cm_xprt *cm_entry)
struct cm_xprt *cm_entry, *cm_prev;
struct cm_xprt *cm_entry;
struct cm_xprt *cxp;
static struct cm_xprt *connmgr_wrapconnect(struct cm_xprt *,
static bool_t connmgr_connect(struct cm_xprt *, queue_t *, struct netbuf *,
static void connmgr_sndrel(struct cm_xprt *);
static void connmgr_snddis(struct cm_xprt *);
static void connmgr_close(struct cm_xprt *);
static void connmgr_release(struct cm_xprt *);
static struct cm_xprt *connmgr_wrapget(struct netbuf *, const struct timeval *,
static struct cm_xprt *connmgr_get(struct netbuf *, const struct timeval *,
static void connmgr_cancelconn(struct cm_xprt *);
static enum clnt_stat connmgr_cwait(struct cm_xprt *, const struct timeval *,
static void connmgr_dis_and_wait(struct cm_xprt *);
static struct cm_xprt *cm_hd = NULL;
struct cm_xprt **cmp;
struct cm_xprt *cm_entry;
struct cm_xprt *freelist = NULL;
struct cm_xprt *cm_entry = NULL;