![]() |
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Include dependency graph for snort.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | snort_qpair_t |
| struct | snort_instance_t |
| struct | snort_client_msg_queue_elt |
| struct | snort_client_t |
| struct | snort_per_thread_data_t |
| struct | snort_main_t |
Macros | |
| #define | SNORT_ENQ_NEXT_NODES |
Enumerations | |
| enum | snort_enq_next_t { SNORT_ENQ_NEXT_DROP, SNORT_ENQ_N_NEXT_NODES } |
Functions | |
| clib_error_t * | snort_instance_create (vlib_main_t *vm, char *name, u8 log2_queue_sz, u8 drop_on_disconnect) |
| clib_error_t * | snort_interface_enable_disable (vlib_main_t *vm, char *instance_name, u32 sw_if_index, int is_enable) |
| clib_error_t * | snort_set_node_mode (vlib_main_t *vm, u32 mode) |
| static void | snort_freelist_init (u32 *fl) |
Variables | |
| snort_main_t | snort_main |
| vlib_node_registration_t | snort_enq_node |
| (constructor) VLIB_REGISTER_NODE (snort_enq_node) More... | |
| vlib_node_registration_t | snort_deq_node |
| (constructor) VLIB_REGISTER_NODE (snort_deq_node) More... | |
| #define SNORT_ENQ_NEXT_NODES |
| enum snort_enq_next_t |
|
inlinestatic |
| clib_error_t* snort_instance_create | ( | vlib_main_t * | vm, |
| char * | name, | ||
| u8 | log2_queue_sz, | ||
| u8 | drop_on_disconnect | ||
| ) |
| clib_error_t* snort_interface_enable_disable | ( | vlib_main_t * | vm, |
| char * | instance_name, | ||
| u32 | sw_if_index, | ||
| int | is_enable | ||
| ) |
| clib_error_t* snort_set_node_mode | ( | vlib_main_t * | vm, |
| u32 | mode | ||
| ) |
| vlib_node_registration_t snort_deq_node |
| vlib_node_registration_t snort_enq_node |
| snort_main_t snort_main |