Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dio_module.h64 void (*load_module_upper_half)(void); member
/mOS-networking-stack/core/src/
H A Dpcap_module.c163 .load_module_upper_half = pcap_load_module_upper_half,
H A Dnetmap_module.c345 .load_module_upper_half = netmap_load_module_upper_half,
H A Ddpdk_module.c806 .load_module_upper_half = dpdk_load_module_upper_half,
H A Dcore.c1735 if (current_iomodule_func->load_module_upper_half) in mtcp_init()
1736 current_iomodule_func->load_module_upper_half(); in mtcp_init()