Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Deth_out.c80 if (!mtcp->iom->get_wptr) { in EthernetOutput()
84 buf = mtcp->iom->get_wptr(mtcp->ctx, nif, iplen + ETHERNET_HEADER_LEN); in EthernetOutput()
118 if (!mtcp->iom->get_wptr) { in ForwardEthernetFrame()
123 buf = mtcp->iom->get_wptr(mtcp->ctx, pctx->out_ifidx, pctx->p.eth_len); in ForwardEthernetFrame()
H A Dpcap_module.c169 .get_wptr = pcap_get_wptr,
H A Dnetmap_module.c351 .get_wptr = netmap_get_wptr,
H A Ddpdk_module.c812 .get_wptr = dpdk_get_wptr,
/mOS-networking-stack/core/src/include/
H A Dio_module.h69 uint8_t * (*get_wptr)(struct mtcp_thread_context *ctx, int ifidx, uint16_t len); member