Searched refs:get_wptr (Results 1 – 5 of 5) sorted by relevance
80 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()
169 .get_wptr = pcap_get_wptr,
351 .get_wptr = netmap_get_wptr,
812 .get_wptr = dpdk_get_wptr,
69 uint8_t * (*get_wptr)(struct mtcp_thread_context *ctx, int ifidx, uint16_t len); member