OpenSDN source code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
EcmpHashFields Class Reference

#include <ecmp_load_balance.h>

Public Types

typedef boost::intrusive_ptr
< EcmpField
EcmpFieldPtr
 

Public Member Functions

 EcmpHashFields ()
 
 EcmpHashFields (const uint8_t hash_fields_to_use)
 
void operator= (const uint8_t hash_fields_to_use)
 
void AllocateEcmpFields ()
 
uint8_t HashFieldsToUse () const
 
void SetHashFieldtoUse (EcmpField *ptr, uint8_t key)
 
void SetChangeInHashField (bool is_field_set, EcmpFieldPtr &fieldPtr, EcmpFieldPtr &objFieldPtr)
 
uint8_t CalculateHashFieldsToUse ()
 
void CalculateChangeInEcmpFields (const EcmpLoadBalance &ecmp_load_balance, EcmpHashFields &ecmp_hash_fields)
 
bool IsFieldsInUseChanged ()
 
void SetHashFieldstoUse ()
 
void Reset ()
 

Private Member Functions

 DISALLOW_COPY_AND_ASSIGN (EcmpHashFields)
 

Private Attributes

uint8_t comp_hash_fields_to_use_
 
uint8_t hash_fields_to_use_
 
EcmpFieldPtr sip_
 
EcmpFieldPtr dip_
 
EcmpFieldPtr proto_
 
EcmpFieldPtr sport_
 
EcmpFieldPtr dport_
 

Detailed Description

Definition at line 245 of file ecmp_load_balance.h.

Member Typedef Documentation

typedef boost::intrusive_ptr<EcmpField> EcmpHashFields::EcmpFieldPtr

Definition at line 247 of file ecmp_load_balance.h.

Constructor & Destructor Documentation

EcmpHashFields::EcmpHashFields ( )
inline

Definition at line 249 of file ecmp_load_balance.h.

EcmpHashFields::EcmpHashFields ( const uint8_t  hash_fields_to_use)
inline

Definition at line 252 of file ecmp_load_balance.h.

Member Function Documentation

void EcmpHashFields::AllocateEcmpFields ( )
inline

Definition at line 259 of file ecmp_load_balance.h.

void EcmpHashFields::CalculateChangeInEcmpFields ( const EcmpLoadBalance ecmp_load_balance,
EcmpHashFields ecmp_hash_fields 
)
inline

Definition at line 299 of file ecmp_load_balance.h.

Here is the call graph for this function:

uint8_t EcmpHashFields::CalculateHashFieldsToUse ( )
inline

Definition at line 289 of file ecmp_load_balance.h.

Here is the call graph for this function:

EcmpHashFields::DISALLOW_COPY_AND_ASSIGN ( EcmpHashFields  )
private
uint8_t EcmpHashFields::HashFieldsToUse ( ) const
inline

Definition at line 267 of file ecmp_load_balance.h.

bool EcmpHashFields::IsFieldsInUseChanged ( )
inline

Definition at line 313 of file ecmp_load_balance.h.

Here is the call graph for this function:

void EcmpHashFields::operator= ( const uint8_t  hash_fields_to_use)
inline

Definition at line 255 of file ecmp_load_balance.h.

void EcmpHashFields::Reset ( )
inline

Definition at line 321 of file ecmp_load_balance.h.

void EcmpHashFields::SetChangeInHashField ( bool  is_field_set,
EcmpFieldPtr fieldPtr,
EcmpFieldPtr objFieldPtr 
)
inline

Definition at line 278 of file ecmp_load_balance.h.

void EcmpHashFields::SetHashFieldstoUse ( )
inline

Definition at line 317 of file ecmp_load_balance.h.

void EcmpHashFields::SetHashFieldtoUse ( EcmpField ptr,
uint8_t  key 
)
inline

Definition at line 271 of file ecmp_load_balance.h.

Here is the call graph for this function:

Member Data Documentation

uint8_t EcmpHashFields::comp_hash_fields_to_use_
private

Definition at line 331 of file ecmp_load_balance.h.

EcmpFieldPtr EcmpHashFields::dip_
private

Definition at line 334 of file ecmp_load_balance.h.

EcmpFieldPtr EcmpHashFields::dport_
private

Definition at line 337 of file ecmp_load_balance.h.

uint8_t EcmpHashFields::hash_fields_to_use_
private

Definition at line 332 of file ecmp_load_balance.h.

EcmpFieldPtr EcmpHashFields::proto_
private

Definition at line 335 of file ecmp_load_balance.h.

EcmpFieldPtr EcmpHashFields::sip_
private

Definition at line 333 of file ecmp_load_balance.h.

EcmpFieldPtr EcmpHashFields::sport_
private

Definition at line 336 of file ecmp_load_balance.h.


The documentation for this class was generated from the following file: