#include <flow_kstate.h>
|
void | UpdateFlagStr (std::string &str, bool &set, bool tcp, unsigned sflag, unsigned cflag) const |
|
const std::string | FlagToStr (unsigned int flag) const |
|
const std::string | TcpFlagToStr (unsigned int flag) const |
|
const std::string | DropCodeToStr (uint8_t drop_code) const |
|
void | SetFlowHandle (KFlowResp *resp, const uint32_t idx) const |
|
Definition at line 8 of file flow_kstate.h.
FlowKState::FlowKState |
( |
Agent * |
agent, |
|
|
const std::string & |
resp_ctx, |
|
|
int |
idx |
|
) |
| |
FlowKState::FlowKState |
( |
Agent * |
agent, |
|
|
const std::string & |
resp_ctx, |
|
|
const std::string & |
iter_idx |
|
) |
| |
std::string FlowKState::Description |
( |
| ) |
const |
|
inlinevirtual |
const std::string FlowKState::DropCodeToStr |
( |
uint8_t |
drop_code | ) |
const |
|
private |
const string FlowKState::FlagToStr |
( |
unsigned int |
flag | ) |
const |
|
private |
Code to execute. Returns true if task is completed. Return false to reschedule the task.
Implements Task.
Definition at line 293 of file flow_kstate.cc.
void FlowKState::SendResponse |
( |
KFlowResp * |
resp | ) |
const |
|
virtual |
void FlowKState::set_evicted_flag |
( |
bool |
show_evicted | ) |
|
|
inline |
void FlowKState::SetFlowData |
( |
std::vector< KFlowInfo > & |
list, |
|
|
const vr_flow_entry * |
k_flow, |
|
|
int |
index |
|
) |
| const |
void FlowKState::SetFlowHandle |
( |
KFlowResp * |
resp, |
|
|
const uint32_t |
idx |
|
) |
| const |
|
private |
const string FlowKState::TcpFlagToStr |
( |
unsigned int |
flag | ) |
const |
|
private |
void FlowKState::UpdateFlagStr |
( |
std::string & |
str, |
|
|
bool & |
set, |
|
|
bool |
tcp, |
|
|
unsigned |
sflag, |
|
|
unsigned |
cflag |
|
) |
| const |
|
private |
Agent* FlowKState::agent_ |
|
private |
bool FlowKState::evicted_ |
|
protected |
int FlowKState::flow_idx_ |
|
protected |
uint32_t FlowKState::flow_iteration_key_ |
|
protected |
std::string FlowKState::response_context_ |
|
protected |
The documentation for this class was generated from the following files: