Go to the source code of this file.
|
static u8 * | format_ip_in_out_acl_trace (u8 *s, u32 is_output, va_list *args) |
|
static u8 * | format_ip_inacl_trace (u8 *s, va_list *args) |
|
static u8 * | format_ip_outacl_trace (u8 *s, va_list *args) |
|
static uword | ip_in_out_acl_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, int is_ip4, int is_output) |
|
static uword | ip4_inacl (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
static uword | ip4_outacl (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
| VLIB_NODE_FUNCTION_MULTIARCH (ip4_inacl_node, ip4_inacl) |
|
| VLIB_NODE_FUNCTION_MULTIARCH (ip4_outacl_node, ip4_outacl) |
|
static uword | ip6_inacl (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
static uword | ip6_outacl (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
| VLIB_NODE_FUNCTION_MULTIARCH (ip6_inacl_node, ip6_inacl) |
|
| VLIB_NODE_FUNCTION_MULTIARCH (ip6_outacl_node, ip6_outacl) |
|
static clib_error_t * | ip_in_out_acl_init (vlib_main_t *vm) |
|
#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 58 of file ip_in_out_acl.c.
#define foreach_ip_outacl_error |
Value:_(MISS, "output ACL misses") \
_(HIT, "output ACL hits") \
_(CHAIN_HIT, "output ACL hits after chain walk")
Definition at line 63 of file ip_in_out_acl.c.
static u8* format_ip_in_out_acl_trace |
( |
u8 * |
s, |
|
|
u32 |
is_output, |
|
|
va_list * |
args |
|
) |
| |
|
static |
static u8* format_ip_inacl_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
static u8* format_ip_outacl_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
Initial value:= {
.name = "ip4-inacl",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static char * ip_inacl_error_strings[]
static uword ip4_inacl(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static u8 * format_ip_inacl_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (ip4_inacl_node)
Definition at line 53 of file ip_in_out_acl.c.
Initial value:= {
.name = "ip4-outacl",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static u8 * format_ip_outacl_trace(u8 *s, va_list *args)
static char * ip_outacl_error_strings[]
static uword ip4_outacl(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
(constructor) VLIB_REGISTER_NODE (ip4_outacl_node)
Definition at line 54 of file ip_in_out_acl.c.
Initial value:= {
.name = "ip6-inacl",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static uword ip6_inacl(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static char * ip_inacl_error_strings[]
static u8 * format_ip_inacl_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (ip6_inacl_node)
Definition at line 55 of file ip_in_out_acl.c.
Initial value:= {
.name = "ip6-outacl",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static uword ip6_outacl(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static u8 * format_ip_outacl_trace(u8 *s, va_list *args)
static char * ip_outacl_error_strings[]
(constructor) VLIB_REGISTER_NODE (ip6_outacl_node)
Definition at line 56 of file ip_in_out_acl.c.
char* ip_inacl_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_ip_inacl_error
Definition at line 76 of file ip_in_out_acl.c.
char* ip_outacl_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_ip_outacl_error
Definition at line 90 of file ip_in_out_acl.c.