Searched defs:cm_xprt (Results 1 – 1 of 1) sorted by relevance
213 struct cm_xprt { struct214 TIUSER *x_tiptr; /* transport handle */215 queue_t *x_wq; /* send queue */216 clock_t x_time; /* last time we handed this xprt out */217 clock_t x_ctime; /* time we went to CONNECTED */218 int x_tidu_size; /* TIDU size of this transport */219 union {294 struct cm_xprt *x_next; argument296 struct netbuf x_server; /* destination address */297 struct netbuf x_src; /* src address (for retries) */[all …]