5 #ifndef SRC_BGP_PEER_STATS_H_
6 #define SRC_BGP_PEER_STATS_H_
8 #include "bgp/bgp_peer_types.h"
14 PeerStatsInfo *stats);
16 PeerStatsData *peer_stats_data);
20 PeerProtoStats *proto_stats);
22 PeerUpdateStats *rt_stats);
24 PeerRxErrorStats *dest);
26 PeerRxRouteStats *dest);
28 PeerUpdateStats *rt_stats_rx,
29 PeerUpdateStats *rt_stats_tx);
32 #endif // SRC_BGP_PEER_STATS_H_
static void FillRxRouteStats(const IPeerDebugStats::RxRouteStats &src, PeerRxRouteStats *dest)
static void FillRxErrorStats(const IPeerDebugStats::RxErrorStats &src, PeerRxErrorStats *dest)
static void FillPeerUpdateStats(const IPeerDebugStats *peer_stats, PeerStatsData *peer_stats_data)
static void FillProtoStats(const IPeerDebugStats::ProtoStats &stats, PeerProtoStats *proto_stats)
static void FillRouteUpdateStats(const IPeerDebugStats::UpdateStats &stats, PeerUpdateStats *rt_stats)
static void FillPeerDebugStats(const IPeerDebugStats *peer_stats, PeerStatsInfo *stats)