Searched defs:pcap_dpdk (Results 1 – 1 of 1) sorted by relevance
179 struct pcap_dpdk{ struct180 pcap_t * orig;181 uint16_t portid; // portid of DPDK182 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;[all …]