FD.io VPP
v17.04.2-2-ga8f93f8
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | policer_classify_main_t |
Functions | |
int | vnet_set_policer_classify_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 | |
policer_classify_main_t | policer_classify_main |
Enumerator | |
---|---|
POLICER_CLASSIFY_NEXT_INDEX_DROP | |
POLICER_CLASSIFY_NEXT_INDEX_N_NEXT |
Definition at line 30 of file policer_classify.h.
Enumerator | |
---|---|
POLICER_CLASSIFY_TABLE_IP4 | |
POLICER_CLASSIFY_TABLE_IP6 | |
POLICER_CLASSIFY_TABLE_L2 | |
POLICER_CLASSIFY_N_TABLES |
Definition at line 23 of file policer_classify.h.
int vnet_set_policer_classify_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 53 of file policer_classify.c.
policer_classify_main_t policer_classify_main |
Definition at line 49 of file policer_classify.h.