Home
last modified time | relevance | path

Searched refs:link_devices (Results 1 – 5 of 5) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dio_module.h67 int32_t (*link_devices)(struct mtcp_thread_context *ctx); member
/mOS-networking-stack/core/src/
H A Dpcap_module.c166 .link_devices = NULL,
H A Dnetmap_module.c348 .link_devices = netmap_link_devices,
H A Ddpdk_module.c809 .link_devices = NULL,
H A Dcore.c140 if (mtcp->iom->link_devices) in AttachDevice()
141 working = mtcp->iom->link_devices(ctx); in AttachDevice()