Searched refs:link_devices (Results 1 – 5 of 5) sorted by relevance
67 int32_t (*link_devices)(struct mtcp_thread_context *ctx); member
166 .link_devices = NULL,
348 .link_devices = netmap_link_devices,
809 .link_devices = NULL,
140 if (mtcp->iom->link_devices) in AttachDevice()141 working = mtcp->iom->link_devices(ctx); in AttachDevice()