Searched defs:cm_xprt (Results 1 – 1 of 1) sorted by relevance
218 struct cm_xprt { struct219 TIUSER *x_tiptr; /* transport handle */220 queue_t *x_wq; /* send queue */221 clock_t x_time; /* last time we handed this xprt out */222 clock_t x_ctime; /* time we went to CONNECTED */223 int x_tidu_size; /* TIDU size of this transport */224 union {299 struct cm_xprt *x_next; argument301 struct netbuf x_server; /* destination address */302 struct netbuf x_src; /* src address (for retries) */[all …]