FD.io VPP  v21.06
Vector Packet Processing
vnet_pcap_t Struct Reference
+ Collaboration diagram for vnet_pcap_t:

Data Fields

u8 pcap_rx_enable
 
u8 pcap_tx_enable
 
u8 pcap_drop_enable
 
u8 pad1
 
u32 max_bytes_per_pkt
 
u32 pcap_sw_if_index
 
pcap_main_t pcap_main
 
u32 filter_classify_table_index
 
vlib_error_t pcap_error_index
 

Detailed Description

Definition at line 60 of file vnet.h.

Field Documentation

◆ filter_classify_table_index

u32 vnet_pcap_t::filter_classify_table_index

Definition at line 72 of file vnet.h.

◆ max_bytes_per_pkt

u32 vnet_pcap_t::max_bytes_per_pkt

Definition at line 69 of file vnet.h.

◆ pad1

u8 vnet_pcap_t::pad1

Definition at line 68 of file vnet.h.

◆ pcap_drop_enable

u8 vnet_pcap_t::pcap_drop_enable

Definition at line 67 of file vnet.h.

◆ pcap_error_index

vlib_error_t vnet_pcap_t::pcap_error_index

Definition at line 73 of file vnet.h.

◆ pcap_main

pcap_main_t vnet_pcap_t::pcap_main

Definition at line 71 of file vnet.h.

◆ pcap_rx_enable

u8 vnet_pcap_t::pcap_rx_enable

Definition at line 63 of file vnet.h.

◆ pcap_sw_if_index

u32 vnet_pcap_t::pcap_sw_if_index

Definition at line 70 of file vnet.h.

◆ pcap_tx_enable

u8 vnet_pcap_t::pcap_tx_enable

Definition at line 65 of file vnet.h.


The documentation for this struct was generated from the following file: