OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
flowtable_ksync.cc File Reference
#include <sys/socket.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#include <asm/types.h>
#include <boost/asio.hpp>
#include <boost/asio/buffer.hpp>
#include <base/address_util.h>
#include <cmn/agent_cmn.h>
#include <ksync/ksync_index.h>
#include <ksync/ksync_entry.h>
#include <ksync/ksync_object.h>
#include <ksync/ksync_netlink.h>
#include <ksync/ksync_sock.h>
#include <ksync/ksync_types.h>
#include <vrouter/ksync/agent_ksync_types.h>
#include <vrouter/ksync/interface_ksync.h>
#include <vrouter/ksync/flowtable_ksync.h>
#include <filter/traffic_action.h>
#include <vr_types.h>
#include <nl_util.h>
#include <vr_flow.h>
#include <vr_genetlink.h>
#include <ksync/ksync_sock_user.h>
#include <vrouter/ksync/ksync_init.h>
#include <pkt/flow_proto.h>
#include <oper/agent_types.h>
#include <services/services_init.h>
#include <services/icmp_error_proto.h>
#include <uve/stats_collector.h>
Include dependency graph for flowtable_ksync.cc:

Go to the source code of this file.

Functions

static uint16_t GetDropReason (uint16_t dr)
 
static void EncodeKSyncIp (vr_flow_req *req, const IpAddress &sip, const IpAddress &dip)
 

Function Documentation

static void EncodeKSyncIp ( vr_flow_req *  req,
const IpAddress sip,
const IpAddress dip 
)
static

Definition at line 220 of file flowtable_ksync.cc.

Here is the call graph for this function:

static uint16_t GetDropReason ( uint16_t  dr)
static

Definition at line 52 of file flowtable_ksync.cc.