Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_port/
H A Drte_swx_port_source_sink.c102 const uint8_t *pcap_pktdata; in source_create() local
107 pcap_pktdata = pcap_next(f, &pcap_pkthdr); in source_create()
108 if (!pcap_pktdata) in source_create()
117 rte_memcpy(m_data, pcap_pktdata, pcap_pkthdr.caplen); in source_create()