FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
The context passed when collecting adjacency counters. More...
Data Fields | |
u32 | sw_if_index |
The SW IF index all these adjs belong to. More... | |
vl_api_ip4_nbr_counter_t * | counters |
A vector of ip4 nbr counters. More... | |
The context passed when collecting adjacency counters.
Definition at line 1192 of file stats_to_be_deprecated.c.
vl_api_ip4_nbr_counter_t* ip4_nbr_stats_ctx_t_::counters |
A vector of ip4 nbr counters.
Definition at line 1202 of file stats_to_be_deprecated.c.
u32 ip4_nbr_stats_ctx_t_::sw_if_index |
The SW IF index all these adjs belong to.
Definition at line 1197 of file stats_to_be_deprecated.c.