Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dio_module.h66 void (*init_handle)(struct mtcp_thread_context *ctx); member
/mOS-networking-stack/core/src/
H A Dpcap_module.c165 .init_handle = pcap_init_handle,
H A Dnetmap_module.c347 .init_handle = netmap_init_handle,
H A Ddpdk_module.c808 .init_handle = dpdk_init_handle,
H A Dcore.c1313 if (mtcp->iom->init_handle) in MTCPRunThread()
1314 mtcp->iom->init_handle(ctx); in MTCPRunThread()