FD.io VPP  v21.06-1-gbb7418cf9
Vector Packet Processing
pg_interface_t Struct Reference
+ Collaboration diagram for pg_interface_t:

Data Fields

volatile u32lockp
 
u32 hw_if_index
 
u32 sw_if_index
 
u32 id
 
u8 coalesce_enabled
 
gro_flow_table_tflow_table
 
u8 gso_enabled
 
u32 gso_size
 
pcap_main_t pcap_main
 
char * pcap_file_name
 
mac_address_tallowed_mcast_macs
 

Detailed Description

Definition at line 302 of file pg.h.

Field Documentation

◆ allowed_mcast_macs

mac_address_t* pg_interface_t::allowed_mcast_macs

Definition at line 320 of file pg.h.

◆ coalesce_enabled

u8 pg_interface_t::coalesce_enabled

Definition at line 313 of file pg.h.

◆ flow_table

gro_flow_table_t* pg_interface_t::flow_table

Definition at line 314 of file pg.h.

◆ gso_enabled

u8 pg_interface_t::gso_enabled

Definition at line 315 of file pg.h.

◆ gso_size

u32 pg_interface_t::gso_size

Definition at line 316 of file pg.h.

◆ hw_if_index

u32 pg_interface_t::hw_if_index

Definition at line 308 of file pg.h.

◆ id

u32 pg_interface_t::id

Definition at line 311 of file pg.h.

◆ lockp

volatile u32* pg_interface_t::lockp

Definition at line 305 of file pg.h.

◆ pcap_file_name

char* pg_interface_t::pcap_file_name

Definition at line 318 of file pg.h.

◆ pcap_main

pcap_main_t pg_interface_t::pcap_main

Definition at line 317 of file pg.h.

◆ sw_if_index

u32 pg_interface_t::sw_if_index

Definition at line 308 of file pg.h.


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