Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dio_module.h65 void (*load_module_lower_half)(void); member
/mOS-networking-stack/core/src/
H A Dpcap_module.c164 .load_module_lower_half = NULL,
H A Dnetmap_module.c346 .load_module_lower_half = netmap_load_module_lower_half,
H A Ddpdk_module.c807 .load_module_lower_half = dpdk_load_module_lower_half,
H A Dcore.c1768 if (current_iomodule_func->load_module_lower_half) in mtcp_init()
1769 current_iomodule_func->load_module_lower_half(); in mtcp_init()