Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dio_module.h76 void (*destroy_handle)(struct mtcp_thread_context *ctx); member
/mOS-networking-stack/core/src/
H A Dpcap_module.c174 .destroy_handle = pcap_destroy_handle,
H A Dnetmap_module.c357 .destroy_handle = netmap_destroy_handle,
H A Ddpdk_module.c817 .destroy_handle = dpdk_destroy_handle,
H A Dcore.c1612 if (mtcp->iom->destroy_handle) in mtcp_free_context()
1613 mtcp->iom->destroy_handle(ctx); in mtcp_free_context()