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