FD.io VPP  v18.07.1-19-g511ce25
Vector Packet Processing
ip6_ioam_analyser_main_t Struct Reference

IP6-iOAM analyser main structure. More...

+ Collaboration diagram for ip6_ioam_analyser_main_t:

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_taggregated_data
 This contains the aggregated data from the time VPP started analysing. More...
 

Detailed Description

IP6-iOAM analyser main structure.

Note
cache aligned.

Definition at line 26 of file ip6_ioam_analyse.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: