![]() |
FD.io VPP
v19.08.3-2-gbabecb413
Vector Packet Processing
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | policer_read_response_type_st |
Macros | |
| #define | POLICER_TICKS_PER_PERIOD_SHIFT 17 |
| #define | POLICER_TICKS_PER_PERIOD (1 << POLICER_TICKS_PER_PERIOD_SHIFT) |
Enumerations | |
| enum | policer_result_e { POLICE_CONFORM = 0, POLICE_EXCEED = 1, POLICE_VIOLATE = 2 } |
Functions | |
| static policer_result_e | vnet_police_packet (policer_read_response_type_st *policer, u32 packet_length, policer_result_e packet_color, u64 time) |
| #define POLICER_TICKS_PER_PERIOD (1 << POLICER_TICKS_PER_PERIOD_SHIFT) |
| enum policer_result_e |
|
inlinestatic |