|
OpenSDN source code
|
#include <ksync_sock_user.h>


Public Member Functions | |
| KSyncUserVrouterOpsContext (uint32_t seq_num, vrouter_ops *req) | |
| ~KSyncUserVrouterOpsContext () | |
| virtual void | Process () |
Public Member Functions inherited from KSyncUserSockContext | |
| KSyncUserSockContext (uint32_t num) | |
| virtual | ~KSyncUserSockContext () |
| uint32_t | GetSeqNum () |
| virtual void | IfMsgHandler (vr_interface_req *req) |
| virtual void | NHMsgHandler (vr_nexthop_req *req) |
| virtual void | RouteMsgHandler (vr_route_req *req) |
| virtual void | MplsMsgHandler (vr_mpls_req *req) |
| virtual void | MirrorMsgHandler (vr_mirror_req *req) |
| virtual int | VrResponseMsgHandler (vr_response *req) |
| virtual void | FlowMsgHandler (vr_flow_req *req) |
| virtual void | VrfAssignMsgHandler (vr_vrf_assign_req *req) |
| virtual void | VrfMsgHandler (vr_vrf_req *req) |
| virtual void | VrfStatsMsgHandler (vr_vrf_stats_req *req) |
| virtual void | DropStatsMsgHandler (vr_drop_stats_req *req) |
| virtual void | VxLanMsgHandler (vr_vxlan_req *req) |
| virtual void | QosConfigMsgHandler (vr_qos_map_req *req) |
| virtual void | ForwardingClassMsgHandler (vr_fc_map_req *req) |
| virtual void | VrouterOpsMsgHandler (vrouter_ops *req) |
Public Member Functions inherited from AgentSandeshContext | |
| AgentSandeshContext () | |
| virtual | ~AgentSandeshContext () |
| virtual void | FlowResponseHandler (vr_flow_response *req) |
| virtual void | FlowTableInfoHandler (vr_flow_table_data *r) |
| virtual void | BridgeTableInfoHandler (vr_bridge_table_data *r) |
| virtual void | VrouterHugePageHandler (vr_hugepage_config *req) |
| virtual void | SetErrno (int err) |
| int | GetErrno () const |
| void | set_ksync_io_ctx (const KSyncIoContext *ioc) |
| const KSyncIoContext * | ksync_io_ctx () const |
Public Member Functions inherited from SandeshContext | |
| virtual | ~SandeshContext () |
Private Attributes | |
| vrouter_ops * | req_ |
Additional Inherited Members | |
Protected Member Functions inherited from SandeshContext | |
| SandeshContext () | |
Definition at line 594 of file ksync_sock_user.h.
|
inline |
Definition at line 596 of file ksync_sock_user.h.
|
inline |
Definition at line 604 of file ksync_sock_user.h.
|
virtual |
Reimplemented from KSyncUserSockContext.
Definition at line 1093 of file ksync_sock_user.cc.

|
private |
Definition at line 613 of file ksync_sock_user.h.