Searched defs:idm_so_conn_s (Results 1 – 1 of 1) sorted by relevance
62 typedef struct idm_so_conn_s { struct63 ksocket_t ic_so;65 kthread_t *ic_tx_thread;66 kt_did_t ic_tx_thread_did;67 boolean_t ic_tx_thread_running;68 kmutex_t ic_tx_mutex;69 kcondvar_t ic_tx_cv;70 list_t ic_tx_list; /* List of PDUs for transmit */72 kthread_t *ic_rx_thread;73 kt_did_t ic_rx_thread_did;[all …]