Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/pcap/
H A Drte_eth_pcap.c529 uint64_t pcap_pkt_count = 0; in count_packets_in_pcap() local
532 pcap_pkt_count++; in count_packets_in_pcap()
539 return pcap_pkt_count; in count_packets_in_pcap()
812 uint64_t pcap_pkt_count = 0; in eth_rx_queue_setup() local
822 pcap_pkt_count = count_packets_in_pcap(pcap, pcap_q); in eth_rx_queue_setup()
828 rte_align64pow2(pcap_pkt_count + 1), 0, in eth_rx_queue_setup()