libpcap
1.10.1
About: libpcap is a packet filter library used by tools like tcpdump.
![]() ![]() |
Data Fields | |
pcap_t * | orig |
uint16_t | portid |
int | must_clear_promisc |
uint64_t | bpf_drop |
int | nonblock |
struct timeval | required_select_timeout |
struct timeval | prev_ts |
struct rte_eth_stats | prev_stats |
struct timeval | curr_ts |
struct rte_eth_stats | curr_stats |
uint64_t | pps |
uint64_t | bps |
struct rte_mempool * | pktmbuf_pool |
struct dpdk_ts_helper | ts_helper |
struct ether_addr | eth_addr |
char | mac_addr [32] |
char | pci_addr [16] |
unsigned char | pcap_tmp_buf [ETHER_MAX_JUMBO_FRAME_LEN] |
Definition at line 178 of file pcap-dpdk.c.
uint64_t pcap_dpdk::bpf_drop |
Definition at line 182 of file pcap-dpdk.c.
uint64_t pcap_dpdk::bps |
Definition at line 190 of file pcap-dpdk.c.
struct rte_eth_stats pcap_dpdk::curr_stats |
Definition at line 183 of file pcap-dpdk.c.
struct timeval pcap_dpdk::curr_ts |
Definition at line 183 of file pcap-dpdk.c.
struct ether_addr pcap_dpdk::eth_addr |
Definition at line 191 of file pcap-dpdk.c.
char pcap_dpdk::mac_addr[32] |
Definition at line 194 of file pcap-dpdk.c.
int pcap_dpdk::must_clear_promisc |
Definition at line 181 of file pcap-dpdk.c.
int pcap_dpdk::nonblock |
Definition at line 183 of file pcap-dpdk.c.
Referenced by pcap_dpdk_setnonblock().
pcap_t* pcap_dpdk::orig |
Definition at line 179 of file pcap-dpdk.c.
unsigned char pcap_dpdk::pcap_tmp_buf[ETHER_MAX_JUMBO_FRAME_LEN] |
Definition at line 196 of file pcap-dpdk.c.
char pcap_dpdk::pci_addr[16] |
Definition at line 195 of file pcap-dpdk.c.
struct rte_mempool* pcap_dpdk::pktmbuf_pool |
Definition at line 191 of file pcap-dpdk.c.
uint16_t pcap_dpdk::portid |
Definition at line 180 of file pcap-dpdk.c.
Referenced by check_link_status(), nic_stats_display(), and pcap_dpdk_activate().
uint64_t pcap_dpdk::pps |
Definition at line 189 of file pcap-dpdk.c.
struct rte_eth_stats pcap_dpdk::prev_stats |
Definition at line 183 of file pcap-dpdk.c.
struct timeval pcap_dpdk::prev_ts |
Definition at line 183 of file pcap-dpdk.c.
struct timeval pcap_dpdk::required_select_timeout |
Definition at line 183 of file pcap-dpdk.c.
struct dpdk_ts_helper pcap_dpdk::ts_helper |
Definition at line 191 of file pcap-dpdk.c.