FD.io VPP  v17.10-9-gd594711
Vector Packet Processing
flow_classify.h File Reference
+ Include dependency graph for flow_classify.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  flow_classify_main_t
 

Enumerations

enum  flow_classify_table_id_t { FLOW_CLASSIFY_TABLE_IP4, FLOW_CLASSIFY_TABLE_IP6, FLOW_CLASSIFY_N_TABLES }
 
enum  flow_classify_next_index_t { FLOW_CLASSIFY_NEXT_INDEX_DROP, FLOW_CLASSIFY_NEXT_INDEX_N_NEXT }
 

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
 

Enumeration Type Documentation

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.

Function Documentation

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.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

flow_classify_main_t flow_classify_main

Definition at line 45 of file flow_classify.h.