OpenSDN source code
|
#include <peer_stats.h>
Static Public Member Functions | |
static void | FillPeerDebugStats (const IPeerDebugStats *peer_stats, PeerStatsInfo *stats) |
static void | FillPeerUpdateStats (const IPeerDebugStats *peer_stats, PeerStatsData *peer_stats_data) |
Static Private Member Functions | |
static void | FillProtoStats (const IPeerDebugStats::ProtoStats &stats, PeerProtoStats *proto_stats) |
static void | FillRouteUpdateStats (const IPeerDebugStats::UpdateStats &stats, PeerUpdateStats *rt_stats) |
static void | FillRxErrorStats (const IPeerDebugStats::RxErrorStats &src, PeerRxErrorStats *dest) |
static void | FillRxRouteStats (const IPeerDebugStats::RxRouteStats &src, PeerRxRouteStats *dest) |
static void | FillPeerUpdateStats (const IPeerDebugStats *peer_stats, PeerUpdateStats *rt_stats_rx, PeerUpdateStats *rt_stats_tx) |
Definition at line 11 of file peer_stats.h.
|
static |
|
static |
Definition at line 54 of file peer_stats.cc.
|
staticprivate |
|
staticprivate |
Definition at line 7 of file peer_stats.cc.
|
staticprivate |
Definition at line 18 of file peer_stats.cc.
|
staticprivate |
Definition at line 25 of file peer_stats.cc.
|
staticprivate |
Definition at line 35 of file peer_stats.cc.