![]() |
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Include dependency graph for ip6_ioam_analyse.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | ip6_ioam_analyser_main_t |
| IP6-iOAM analyser main structure. More... | |
Functions | |
| void | ip6_ioam_analyse_register_handlers (void) |
| void | ip6_ioam_analyse_unregister_handlers (void) |
| clib_error_t * | ip6_ioam_analyse_init (vlib_main_t *vm) |
| static ioam_analyser_data_t * | ioam_analyse_get_data_from_flow_id (u32 flow_id) |
| static void * | ip6_ioam_find_hbh_option (ip6_hop_by_hop_header_t *hbh0, u8 option) |
| static int | ip6_ioam_analyse_compare_path_delay (ip6_hop_by_hop_header_t *hbh0, ip6_hop_by_hop_header_t *hbh1, bool oneway) |
Variables | |
| ip6_ioam_analyser_main_t | ioam_analyser_main |
| vlib_node_registration_t | analyse_node_local |
| (constructor) VLIB_REGISTER_NODE (analyse_node_local) More... | |
| vlib_node_registration_t | analyse_node_remote |
| (constructor) VLIB_REGISTER_NODE (analyse_node_remote) More... | |
|
inlinestatic |
|
inlinestatic |
Definition at line 90 of file ip6_ioam_analyse.h.
Here is the call graph for this function:
Here is the caller graph for this function:| clib_error_t* ip6_ioam_analyse_init | ( | vlib_main_t * | vm | ) |
| void ip6_ioam_analyse_register_handlers | ( | void | ) |
| void ip6_ioam_analyse_unregister_handlers | ( | void | ) |
|
inlinestatic |
| vlib_node_registration_t analyse_node_local |
(constructor) VLIB_REGISTER_NODE (analyse_node_local)
| vlib_node_registration_t analyse_node_remote |
(constructor) VLIB_REGISTER_NODE (analyse_node_remote)
| ip6_ioam_analyser_main_t ioam_analyser_main |