Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dio_module.h63 typedef struct io_module_func { struct
78 } io_module_func __attribute__((aligned(__WORDSIZE))); argument
80 io_module_func *current_iomodule_func;
102 extern io_module_func dpdk_module_func;
106 extern io_module_func pcap_module_func;
110 extern io_module_func netmap_module_func;
H A Dmtcp.h289 struct io_module_func *iom;
/mOS-networking-stack/core/src/
H A Dpcap_module.c162 io_module_func pcap_module_func = {
H A Dnetmap_module.c344 io_module_func netmap_module_func = {
H A Ddpdk_module.c805 io_module_func dpdk_module_func = {