Lines Matching defs:pcap_dpdk
179 struct pcap_dpdk{ struct
180 pcap_t * orig;
181 uint16_t portid; // portid of DPDK
182 int must_clear_promisc;
183 uint64_t bpf_drop;
184 int nonblock;
185 struct timeval required_select_timeout;
186 struct timeval prev_ts;
187 struct rte_eth_stats prev_stats;
188 struct timeval curr_ts;
189 struct rte_eth_stats curr_stats;
190 uint64_t pps;
191 uint64_t bps;
192 struct rte_mempool * pktmbuf_pool;
193 struct dpdk_ts_helper ts_helper;
194 ETHER_ADDR_TYPE eth_addr;
195 char mac_addr[DPDK_MAC_ADDR_SIZE];
196 char pci_addr[DPDK_PCI_ADDR_SIZE];
197 unsigned char pcap_tmp_buf[RTE_ETH_PCAP_SNAPLEN];