Go to the source code of this file.
#define foreach_flow_classify_error |
Value:_(MISS, "Flow classify misses") \
_(HIT, "Flow classify hits") \
_(CHAIN_HIT, "Flow classify hits after chain walk") \
_(
DROP,
"Flow classify action drop")
Definition at line 44 of file flow_classify_node.c.
static u8* format_flow_classify_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
char* flow_classify_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_flow_classify_error
Definition at line 58 of file flow_classify_node.c.
Initial value:= {
.name = "ip4-flow-classify",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static char * flow_classify_error_strings[]
static u8 * format_flow_classify_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (ip4_flow_classify_node)
Definition at line 286 of file flow_classify_node.c.
Initial value:= {
.name = "ip6-flow-classify",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static char * flow_classify_error_strings[]
static u8 * format_flow_classify_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (ip6_flow_classify_node)
Definition at line 307 of file flow_classify_node.c.