![]() |
FD.io VPP
v17.01.1-3-gc6833f8
Vector Packet Processing
|
Include dependency graph for input_acl.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | input_acl_main_t |
Enumerations | |
| enum | input_acl_table_id_t { INPUT_ACL_TABLE_IP4, INPUT_ACL_TABLE_IP6, INPUT_ACL_TABLE_L2, INPUT_ACL_N_TABLES } |
| enum | acl_next_index_t { ACL_NEXT_INDEX_DENY, ACL_NEXT_INDEX_N_NEXT } |
Functions | |
| int | vnet_set_input_acl_intfc (vlib_main_t *vm, u32 sw_if_index, u32 ip4_table_index, u32 ip6_table_index, u32 l2_table_index, u32 is_add) |
Variables | |
| input_acl_main_t | input_acl_main |
| enum acl_next_index_t |
| Enumerator | |
|---|---|
| ACL_NEXT_INDEX_DENY | |
| ACL_NEXT_INDEX_N_NEXT | |
Definition at line 30 of file input_acl.h.
| enum input_acl_table_id_t |
| Enumerator | |
|---|---|
| INPUT_ACL_TABLE_IP4 | |
| INPUT_ACL_TABLE_IP6 | |
| INPUT_ACL_TABLE_L2 | |
| INPUT_ACL_N_TABLES | |
Definition at line 23 of file input_acl.h.
| int vnet_set_input_acl_intfc | ( | vlib_main_t * | vm, |
| u32 | sw_if_index, | ||
| u32 | ip4_table_index, | ||
| u32 | ip6_table_index, | ||
| u32 | l2_table_index, | ||
| u32 | is_add | ||
| ) |
Definition at line 59 of file input_acl.c.
Here is the call graph for this function:
Here is the caller graph for this function:| input_acl_main_t input_acl_main |
Definition at line 19 of file input_acl.c.