Searched refs:destroy_handle (Results 1 – 5 of 5) sorted by relevance
76 void (*destroy_handle)(struct mtcp_thread_context *ctx); member
174 .destroy_handle = pcap_destroy_handle,
357 .destroy_handle = netmap_destroy_handle,
817 .destroy_handle = dpdk_destroy_handle,
1612 if (mtcp->iom->destroy_handle) in mtcp_free_context()1613 mtcp->iom->destroy_handle(ctx); in mtcp_free_context()