FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Combined interface counter data type for vnet_interface_combined_counters. More...
Data Fields | |
u32 | sw_if_index |
u64 | rx_packets |
packet counter More... | |
u64 | rx_bytes |
byte counter More... | |
u64 | tx_packets |
packet counter More... | |
u64 | tx_bytes |
byte counter More... | |
Combined interface counter data type for vnet_interface_combined_counters.
sw_if_index | - interface indexes for counters |
rx_packets | - received packet count |
rx_bytes | - received byte count |
tx_packets | - transmitted packet count |
tx_bytes | - transmitted byte count |
Definition at line 240 of file interface.api.
u64 vl_api_vnet_combined_counter_t::rx_bytes |
byte counter
Definition at line 244 of file interface.api.
u64 vl_api_vnet_combined_counter_t::rx_packets |
packet counter
Definition at line 243 of file interface.api.
u32 vl_api_vnet_combined_counter_t::sw_if_index |
Definition at line 242 of file interface.api.
u64 vl_api_vnet_combined_counter_t::tx_bytes |
byte counter
Definition at line 246 of file interface.api.
u64 vl_api_vnet_combined_counter_t::tx_packets |
packet counter
Definition at line 245 of file interface.api.