Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dpcap-dpdk.c275 static uint32_t dpdk_gather_data(unsigned char *data, uint32_t len, struct rte_mbuf *mbuf) in dpdk_gather_data() function
383 gather_len = dpdk_gather_data(pd->pcap_tmp_buf, RTE_ETH_PCAP_SNAPLEN, m); in pcap_dpdk_dispatch()
388 gather_len = dpdk_gather_data(large_buffer, caplen, m); in pcap_dpdk_dispatch()