15 #ifndef __included_ip6_hop_by_hop_ioam_h__ 16 #define __included_ip6_hop_by_hop_ioam_h__ 22 #define MAX_IP6_HBH_OPTION 256 25 #define IOAM_DECAP_BIT 0x80000000 27 #define IOAM_DEAP_ENABLED(opaque_data) (opaque_data & IOAM_DECAP_BIT) 29 #define IOAM_SET_DECAP(opaque_data) \ 30 (opaque_data |= IOAM_DECAP_BIT) 32 #define IOAM_MASK_DECAP_BIT(x) (x & ~IOAM_DECAP_BIT) 53 #define IOAM_HBYH_ADD 0 54 #define IOAM_HBYH_MOD 1 55 #define IOAM_HBYH_POP 2 100 int has_analyse_option);
103 u32 vrf_id,
int is_add,
int is_pop,
143 int rewrite_options (
u8 * rewrite_string,
155 int get_sizeof_hdr_options (
u32 *
160 int has_pot_option,
int has_seq_no);
164 int config_handler (
void *data,
u8 disable));
169 u32 ioam_flow_handler (
u32 flow_ctx,
198 flow = &hm->
flows[index];
199 return (flow->
ctx[option]);
void * ioam_end_of_path_cb
int ip6_ioam_set_rewrite(u8 **rwp, int has_trace_option, int has_pot_option, int has_seq_no)
int ip6_hbh_flow_handler_unregister(u8 option)
int ip6_hbh_get_sizeof_register_option(u8 option, int get_sizeof_hdr_options(u32 *rewrite_size))
u32 ctx[MAX_IP6_HBH_OPTION]
int ip6_hbh_config_handler_register(u8 option, int config_handler(void *data, u8 disable))
int ip6_hbh_add_register_option(u8 option, u8 size, int rewrite_options(u8 *rewrite_string, u8 *size))
int ip6_trace_profile_setup()
int ip6_ioam_set_destination(ip6_address_t *addr, u32 mask_width, u32 vrf_id, int is_add, int is_pop, int is_none)
int ip6_hbh_config_handler_unregister(u8 option)
#define pool_elt_at_index(p, i)
Returns pointer to element at given index.
clib_error_t * ip6_ioam_enable(int has_trace_option, int has_pot_option, int has_seqno_option, int has_analyse_option)
static u32 get_flow_data_from_flow_ctx(u32 flow_ctx, u8 option)
static flow_data_t * get_flow(u32 index)
static void set_zero_ip6_address(ip6_address_t *a)
clib_error_t * clear_ioam_rewrite_fn(void)
u8 * get_flow_name_from_flow_ctx(u32 flow_ctx)
static u8 cmp_ip6_address(ip6_address_t *a1, ip6_address_t *a2)
static u8 is_seqno_enabled(void)
u8 * format_path_map(u8 *s, va_list *args)
static u8 is_zero_ip4_address(ip4_address_t *a)
#define pool_is_free_index(P, I)
Use free bitmap to query whether given index is free.
ip6_hop_by_hop_ioam_main_t ip6_hop_by_hop_ioam_main
static u8 is_zero_ip6_address(ip6_address_t *a)
int ip6_hbh_flow_handler_register(u8 option, u32 ioam_flow_handler(u32 flow_ctx, u8 add))
int ip6_hbh_pop_register_option(u8 option, int options(vlib_buffer_t *b, ip6_header_t *ip, ip6_hop_by_hop_option_t *opt))
#define IOAM_MASK_DECAP_BIT(x)
static void copy_ip6_address(ip6_address_t *dst, ip6_address_t *src)
int ip6_hbh_pop_unregister_option(u8 option)
#define MAX_IP6_HBH_OPTION
int ip6_hbh_add_unregister_option(u8 option)