Go to the source code of this file.
◆ foreach_ip4_adl_allowlist_error
#define foreach_ip4_adl_allowlist_error |
Value:_(ALLOWED, "ip4 allowlist allowed") \
_(DROPPED, "ip4 allowlist dropped")
Definition at line 36 of file ip4_allowlist.c.
◆ ip4_adl_allowlist_error_t
◆ format_ip4_adl_allowlist_trace()
static u8* format_ip4_adl_allowlist_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ ip4_adl_allowlist_node()
◆ ip4_allowlist_init()
◆ ip4_adl_allowlist_error_strings
char* ip4_adl_allowlist_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
Definition at line 47 of file ip4_allowlist.c.
◆ ip4_adl_allowlist_node
Initial value:= {
.name = "ip4-adl-allowlist",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
(constructor) VLIB_REGISTER_NODE (ip4_adl_allowlist_node)
Definition at line 314 of file ip4_allowlist.c.