Lines Matching refs:cm_xprt

220 struct cm_xprt {  struct
301 struct cm_xprt *x_next; argument
383 static struct cm_xprt *connmgr_wrapconnect(struct cm_xprt *,
387 static bool_t connmgr_connect(struct cm_xprt *, queue_t *, struct netbuf *,
399 static void connmgr_sndrel(struct cm_xprt *);
400 static void connmgr_snddis(struct cm_xprt *);
401 static void connmgr_close(struct cm_xprt *);
402 static void connmgr_release(struct cm_xprt *);
403 static struct cm_xprt *connmgr_wrapget(struct netbuf *, const struct timeval *,
406 static struct cm_xprt *connmgr_get(struct netbuf *, const struct timeval *,
410 static void connmgr_cancelconn(struct cm_xprt *);
411 static enum clnt_stat connmgr_cwait(struct cm_xprt *, const struct timeval *,
413 static void connmgr_dis_and_wait(struct cm_xprt *);
438 static struct cm_xprt *cm_hd = NULL;
540 struct cm_xprt **cmp; in clnt_zone_destroy()
541 struct cm_xprt *cm_entry; in clnt_zone_destroy()
542 struct cm_xprt *freelist = NULL; in clnt_zone_destroy()
792 struct cm_xprt *cm_entry = NULL; in clnt_cots_kcallit()
1628 struct cm_xprt *cm_entry; in conn_kstat_update()
1637 cm_entry = (struct cm_xprt *)ksp->ks_private; in conn_kstat_update()
1705 connmgr_cwait(struct cm_xprt *cm_entry, const struct timeval *waitp, in connmgr_cwait()
1763 static struct cm_xprt *
1769 struct cm_xprt *cm_entry; in connmgr_wrapget()
1804 static struct cm_xprt *
1817 struct cm_xprt *cm_entry; in connmgr_get()
1818 struct cm_xprt *lru_entry; in connmgr_get()
1819 struct cm_xprt **cmp, **prev; in connmgr_get()
2091 cm_entry = (struct cm_xprt *) in connmgr_get()
2092 kmem_zalloc(sizeof (struct cm_xprt), KM_SLEEP); in connmgr_get()
2328 static struct cm_xprt *
2330 struct cm_xprt *cm_entry, in connmgr_wrapconnect()
2460 connmgr_dis_and_wait(struct cm_xprt *cm_entry) in connmgr_dis_and_wait()
2510 connmgr_cancelconn(struct cm_xprt *cm_entry) in connmgr_cancelconn()
2531 connmgr_close(struct cm_xprt *cm_entry) in connmgr_close()
2571 kmem_free(cm_entry, sizeof (struct cm_xprt)); in connmgr_close()
2579 connmgr_release(struct cm_xprt *cm_entry) in connmgr_release()
2629 struct cm_xprt *cm_entry, in connmgr_connect()
3044 connmgr_sndrel(struct cm_xprt *cm_entry) in connmgr_sndrel()
3074 connmgr_snddis(struct cm_xprt *cm_entry) in connmgr_snddis()
3378 struct cm_xprt *cm_entry; in clnt_dispatch_notifyall()
3648 struct cm_xprt *cxp; in connmgr_cpr_reset()