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