FD.io VPP
v18.01.2-1-g9b554f3
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 30 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 47 of file flow_classify.c.
flow_classify_main_t flow_classify_main |
Definition at line 17 of file flow_classify.c.