OpenSDN source code
|
#include <bgp_xmpp_channel.h>
Public Member Functions | |
ErrorStats () | |
void | incr_inet6_rx_bad_xml_token_count () |
void | incr_inet6_rx_bad_prefix_count () |
void | incr_inet6_rx_bad_nexthop_count () |
void | incr_inet6_rx_bad_afi_safi_count () |
uint64_t | get_inet6_rx_bad_xml_token_count () const |
uint64_t | get_inet6_rx_bad_prefix_count () const |
uint64_t | get_inet6_rx_bad_nexthop_count () const |
uint64_t | get_inet6_rx_bad_afi_safi_count () const |
Public Attributes | |
tbb::atomic< uint64_t > | inet6_rx_bad_xml_token_count |
tbb::atomic< uint64_t > | inet6_rx_bad_prefix_count |
tbb::atomic< uint64_t > | inet6_rx_bad_nexthop_count |
tbb::atomic< uint64_t > | inet6_rx_bad_afi_safi_count |
Definition at line 84 of file bgp_xmpp_channel.h.
|
inline |
Definition at line 85 of file bgp_xmpp_channel.h.
uint64_t BgpXmppChannel::ErrorStats::get_inet6_rx_bad_afi_safi_count | ( | ) | const |
Definition at line 130 of file bgp_xmpp_channel.cc.
uint64_t BgpXmppChannel::ErrorStats::get_inet6_rx_bad_nexthop_count | ( | ) | const |
Definition at line 126 of file bgp_xmpp_channel.cc.
uint64_t BgpXmppChannel::ErrorStats::get_inet6_rx_bad_prefix_count | ( | ) | const |
Definition at line 122 of file bgp_xmpp_channel.cc.
uint64_t BgpXmppChannel::ErrorStats::get_inet6_rx_bad_xml_token_count | ( | ) | const |
Definition at line 118 of file bgp_xmpp_channel.cc.
void BgpXmppChannel::ErrorStats::incr_inet6_rx_bad_afi_safi_count | ( | ) |
Definition at line 114 of file bgp_xmpp_channel.cc.
void BgpXmppChannel::ErrorStats::incr_inet6_rx_bad_nexthop_count | ( | ) |
Definition at line 110 of file bgp_xmpp_channel.cc.
void BgpXmppChannel::ErrorStats::incr_inet6_rx_bad_prefix_count | ( | ) |
Definition at line 106 of file bgp_xmpp_channel.cc.
void BgpXmppChannel::ErrorStats::incr_inet6_rx_bad_xml_token_count | ( | ) |
Definition at line 102 of file bgp_xmpp_channel.cc.
tbb::atomic<uint64_t> BgpXmppChannel::ErrorStats::inet6_rx_bad_afi_safi_count |
Definition at line 103 of file bgp_xmpp_channel.h.
tbb::atomic<uint64_t> BgpXmppChannel::ErrorStats::inet6_rx_bad_nexthop_count |
Definition at line 102 of file bgp_xmpp_channel.h.
tbb::atomic<uint64_t> BgpXmppChannel::ErrorStats::inet6_rx_bad_prefix_count |
Definition at line 101 of file bgp_xmpp_channel.h.
tbb::atomic<uint64_t> BgpXmppChannel::ErrorStats::inet6_rx_bad_xml_token_count |
Definition at line 100 of file bgp_xmpp_channel.h.