FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
int | vnet_flow_get_range (vnet_main_t *vnm, char *owner, u32 count, u32 *start) |
int | vnet_flow_add (vnet_main_t *vnm, vnet_flow_t *flow, u32 *flow_index) |
vnet_flow_t * | vnet_get_flow (u32 flow_index) |
int | vnet_flow_del (vnet_main_t *vnm, u32 flow_index) |
int | vnet_flow_enable (vnet_main_t *vnm, u32 flow_index, u32 hw_if_index) |
int | vnet_flow_disable (vnet_main_t *vnm, u32 flow_index, u32 hw_if_index) |
Variables | |
vnet_flow_main_t | flow_main |
int vnet_flow_add | ( | vnet_main_t * | vnm, |
vnet_flow_t * | flow, | ||
u32 * | flow_index | ||
) |
int vnet_flow_del | ( | vnet_main_t * | vnm, |
u32 | flow_index | ||
) |
int vnet_flow_disable | ( | vnet_main_t * | vnm, |
u32 | flow_index, | ||
u32 | hw_if_index | ||
) |
int vnet_flow_enable | ( | vnet_main_t * | vnm, |
u32 | flow_index, | ||
u32 | hw_if_index | ||
) |
int vnet_flow_get_range | ( | vnet_main_t * | vnm, |
char * | owner, | ||
u32 | count, | ||
u32 * | start | ||
) |
vnet_flow_t* vnet_get_flow | ( | u32 | flow_index | ) |
vnet_flow_main_t flow_main |