FD.io VPP
v17.01.1-3-gc6833f8
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | flow_classify_main_t |
Functions | |
int | vnet_set_flow_classify_intfc (vlib_main_t *vm, u32 sw_if_index, u32 ip4_table_index, u32 ip6_table_index, u32 is_add) |
Variables | |
flow_classify_main_t | flow_classify_main |
Enumerator | |
---|---|
FLOW_CLASSIFY_NEXT_INDEX_DROP | |
FLOW_CLASSIFY_NEXT_INDEX_N_NEXT |
Definition at line 29 of file flow_classify.h.
Enumerator | |
---|---|
FLOW_CLASSIFY_TABLE_IP4 | |
FLOW_CLASSIFY_TABLE_IP6 | |
FLOW_CLASSIFY_N_TABLES |
Definition at line 23 of file flow_classify.h.
int vnet_set_flow_classify_intfc | ( | vlib_main_t * | vm, |
u32 | sw_if_index, | ||
u32 | ip4_table_index, | ||
u32 | ip6_table_index, | ||
u32 | is_add | ||
) |
Definition at line 44 of file flow_classify.c.
flow_classify_main_t flow_classify_main |
Definition at line 45 of file flow_classify.h.