Go to the source code of this file.
◆ foreach_snort_enq_error
#define foreach_snort_enq_error |
Value: _ (SOCKET_ERROR, "write socket error") \
_ (NO_INSTANCE, "no snort instance") \
_ (NO_ENQ_SLOTS, "no enqueue slots (packet dropped)")
Definition at line 40 of file enqueue.c.
◆ snort_enq_error_t
Enumerator |
---|
SNORT_ENQ_N_ERROR | |
Definition at line 45 of file enqueue.c.
◆ format_snort_enq_trace()
static u8* format_snort_enq_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ snort_enq_node_inline() [1/2]
◆ snort_enq_node_inline() [2/2]
◆ frame
◆ node
◆ snort_enq_error_strings
char* snort_enq_error_strings[] |
|
static |
Initial value:= {
#define _(sym, string)
}
Definition at line 53 of file enqueue.c.
◆ snort_enq_node
Initial value:= {
.name = "snort-enq",
.vector_size =
sizeof (
u32),
}
(constructor) VLIB_REGISTER_NODE (snort_enq_node)
Definition at line 214 of file enqueue.c.
◆ vm