Go to the source code of this file.
|
void | input_acl_packet_match (u32 sw_if_index, vlib_buffer_t *b0, u32 *nextp, u32 *acl_match_p, u32 *rule_match_p, u32 *trace_bitmap) |
|
void | output_acl_packet_match (u32 sw_if_index, vlib_buffer_t *b0, u32 *nextp, u32 *acl_match_p, u32 *rule_match_p, u32 *trace_bitmap) |
|
#define ACL_PLUGIN_VERSION_MAJOR 1 |
Definition at line 28 of file acl.h.
#define ACL_PLUGIN_VERSION_MINOR 1 |
Definition at line 29 of file acl.h.
Definition at line 37 of file acl.h.
void output_acl_packet_match |
( |
u32 |
sw_if_index, |
|
|
vlib_buffer_t * |
b0, |
|
|
u32 * |
nextp, |
|
|
u32 * |
acl_match_p, |
|
|
u32 * |
rule_match_p, |
|
|
u32 * |
trace_bitmap |
|
) |
| |
Initial value:=
{
.next_nodes =
{
,}
bad routing header type(not 4)") sr_error (NO_MORE_SEGMENTS
static uword acl_in_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static char * acl_in_error_strings[]
static u8 * format_acl_in_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (acl_in_node)
Definition at line 154 of file node_in.c.
Definition at line 57 of file acl.c.
Initial value:=
{
.next_nodes =
{
,}
static uword acl_out_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static u8 * format_acl_out_trace(u8 *s, va_list *args)
bad routing header type(not 4)") sr_error (NO_MORE_SEGMENTS
static char * acl_out_error_strings[]
(constructor) VLIB_REGISTER_NODE (acl_out_node)
Definition at line 155 of file node_out.c.