Lines Matching refs:iom
140 if (mtcp->iom->link_devices) in AttachDevice()
141 working = mtcp->iom->link_devices(ctx); in AttachDevice()
899 recv_cnt = mtcp->iom->recv_pkts(ctx, rx_inf); in RunMainLoop()
905 pktbuf = mtcp->iom->get_rptr(mtcp->ctx, rx_inf, i, &len); in RunMainLoop()
1004 if (likely(mtcp->iom->send_pkts != NULL)) in RunMainLoop()
1006 mtcp->iom->send_pkts(ctx, tx_inf); in RunMainLoop()
1029 if (mtcp->iom->select) in RunMainLoop()
1030 mtcp->iom->select(ctx); in RunMainLoop()
1310 mtcp->iom = current_iomodule_func; in MTCPRunThread()
1313 if (mtcp->iom->init_handle) in MTCPRunThread()
1314 mtcp->iom->init_handle(ctx); in MTCPRunThread()
1612 if (mtcp->iom->destroy_handle) in mtcp_free_context()
1613 mtcp->iom->destroy_handle(ctx); in mtcp_free_context()