OpenSDN source code
|
#include <ksync_sock.h>
Public Member Functions | |
KSyncBulkSandeshContext () | |
virtual | ~KSyncBulkSandeshContext () |
void | IfMsgHandler (vr_interface_req *req) |
void | NHMsgHandler (vr_nexthop_req *req) |
void | RouteMsgHandler (vr_route_req *req) |
void | MplsMsgHandler (vr_mpls_req *req) |
int | VrResponseMsgHandler (vr_response *resp) |
void | MirrorMsgHandler (vr_mirror_req *req) |
void | FlowMsgHandler (vr_flow_req *req) |
void | FlowResponseHandler (vr_flow_response *req) |
void | VrfAssignMsgHandler (vr_vrf_assign_req *req) |
void | VrfMsgHandler (vr_vrf_req *req) |
void | VrfStatsMsgHandler (vr_vrf_stats_req *req) |
void | DropStatsMsgHandler (vr_drop_stats_req *req) |
void | VxLanMsgHandler (vr_vxlan_req *req) |
void | VrouterOpsMsgHandler (vrouter_ops *req) |
void | QosConfigMsgHandler (vr_qos_map_req *req) |
void | ForwardingClassMsgHandler (vr_fc_map_req *req) |
void | SetErrno (int err) |
bool | Decoder (char *buff, uint32_t buff_len, uint32_t alignment, bool more) |
AgentSandeshContext * | GetSandeshContext () |
void | set_bulk_message_context (KSyncBulkMsgContext *bulk_context) |
void | IoContextStart () |
void | IoContextDone () |
![]() | |
AgentSandeshContext () | |
virtual | ~AgentSandeshContext () |
virtual void | FlowTableInfoHandler (vr_flow_table_data *r) |
virtual void | BridgeTableInfoHandler (vr_bridge_table_data *r) |
virtual void | VrouterHugePageHandler (vr_hugepage_config *req) |
int | GetErrno () const |
void | set_ksync_io_ctx (const KSyncIoContext *ioc) |
const KSyncIoContext * | ksync_io_ctx () const |
![]() | |
virtual | ~SandeshContext () |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (KSyncBulkSandeshContext) | |
Private Attributes | |
KSyncBulkMsgContext * | bulk_msg_context_ |
Additional Inherited Members | |
![]() | |
SandeshContext () | |
Definition at line 274 of file ksync_sock.h.
KSyncBulkSandeshContext::KSyncBulkSandeshContext | ( | ) |
Definition at line 888 of file ksync_sock.cc.
|
virtual |
Definition at line 891 of file ksync_sock.cc.
bool KSyncBulkSandeshContext::Decoder | ( | char * | buff, |
uint32_t | buff_len, | ||
uint32_t | alignment, | ||
bool | more | ||
) |
|
private |
|
virtual |
Implements AgentSandeshContext.
Definition at line 1033 of file ksync_sock.cc.
|
virtual |
Implements AgentSandeshContext.
Definition at line 1008 of file ksync_sock.cc.
|
virtual |
Reimplemented from AgentSandeshContext.
Definition at line 1013 of file ksync_sock.cc.
|
virtual |
Implements AgentSandeshContext.
Definition at line 971 of file ksync_sock.cc.
AgentSandeshContext * KSyncBulkSandeshContext::GetSandeshContext | ( | ) |
Definition at line 941 of file ksync_sock.cc.
|
virtual |
Implements AgentSandeshContext.
Definition at line 946 of file ksync_sock.cc.
void KSyncBulkSandeshContext::IoContextDone | ( | ) |
void KSyncBulkSandeshContext::IoContextStart | ( | ) |
|
virtual |
Implements AgentSandeshContext.
Definition at line 1003 of file ksync_sock.cc.
|
virtual |
Implements AgentSandeshContext.
Definition at line 961 of file ksync_sock.cc.
|
virtual |
Implements AgentSandeshContext.
Definition at line 951 of file ksync_sock.cc.
|
virtual |
Implements AgentSandeshContext.
Definition at line 966 of file ksync_sock.cc.
|
virtual |
Implements AgentSandeshContext.
Definition at line 956 of file ksync_sock.cc.
|
inline |
Definition at line 299 of file ksync_sock.h.
|
virtual |
Reimplemented from AgentSandeshContext.
Definition at line 936 of file ksync_sock.cc.
|
virtual |
Implements AgentSandeshContext.
Definition at line 1018 of file ksync_sock.cc.
|
virtual |
Implements AgentSandeshContext.
Definition at line 1023 of file ksync_sock.cc.
|
virtual |
Implements AgentSandeshContext.
Definition at line 1028 of file ksync_sock.cc.
|
virtual |
Implements AgentSandeshContext.
Definition at line 1043 of file ksync_sock.cc.
|
virtual |
Implements AgentSandeshContext.
Definition at line 978 of file ksync_sock.cc.
|
virtual |
Implements AgentSandeshContext.
Definition at line 1038 of file ksync_sock.cc.
|
private |
Definition at line 307 of file ksync_sock.h.