FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
IP6-iOAM analyser main structure. More...
Data Fields | |
int(* | analyse_hbh_handler [MAX_IP6_HBH_OPTION])(u32 flow_id, ip6_hop_by_hop_option_t *opt, u16 len) |
Array of function pointer to analyse each hop-by-hop option. More... | |
ioam_analyser_data_t * | aggregated_data |
This contains the aggregated data from the time VPP started analysing. More... | |
IP6-iOAM analyser main structure.
Definition at line 26 of file ip6_ioam_analyse.h.
ioam_analyser_data_t* ip6_ioam_analyser_main_t::aggregated_data |
This contains the aggregated data from the time VPP started analysing.
Definition at line 34 of file ip6_ioam_analyse.h.
int(* ip6_ioam_analyser_main_t::analyse_hbh_handler[MAX_IP6_HBH_OPTION])(u32 flow_id, ip6_hop_by_hop_option_t *opt, u16 len) |
Array of function pointer to analyse each hop-by-hop option.
Definition at line 29 of file ip6_ioam_analyse.h.