Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dio_module.h72 uint8_t * (*get_rptr)(struct mtcp_thread_context *ctx, int ifidx, int index, uint16_t *len); member
/mOS-networking-stack/core/src/
H A Dpcap_module.c172 .get_rptr = pcap_get_rptr,
H A Dnetmap_module.c354 .get_rptr = netmap_get_rptr,
H A Ddpdk_module.c814 .get_rptr = dpdk_get_rptr,
H A Dcore.c905 pktbuf = mtcp->iom->get_rptr(mtcp->ctx, rx_inf, i, &len); in RunMainLoop()