OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BgpXmppChannel::ErrorStats Struct Reference

#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
 

Detailed Description

Definition at line 84 of file bgp_xmpp_channel.h.

Constructor & Destructor Documentation

BgpXmppChannel::ErrorStats::ErrorStats ( )
inline

Definition at line 85 of file bgp_xmpp_channel.h.

Member Function Documentation

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following files: