Go to the source code of this file.
#define foreach_ip_inacl_error |
Value:_(MISS, "input ACL misses") \
_(HIT, "input ACL hits") \
_(CHAIN_HIT, "input ACL hits after chain walk")
Definition at line 41 of file ip_input_acl.c.
static u8* format_ip_inacl_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
Initial value:= {
.name = "ip4-inacl",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
(constructor) VLIB_REGISTER_NODE (ip4_inacl_node)
Definition at line 38 of file ip_input_acl.c.
Initial value:= {
.name = "ip6-inacl",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
(constructor) VLIB_REGISTER_NODE (ip6_inacl_node)
Definition at line 39 of file ip_input_acl.c.
char* ip_inacl_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
Definition at line 53 of file ip_input_acl.c.