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 98 int has_analyse_option);
141 int rewrite_options (
u8 * rewrite_string,
153 int get_sizeof_hdr_options (
u32 *
158 int has_pot_option,
int has_seq_no);
162 int config_handler (
void *
data,
u8 disable));
167 u32 ioam_flow_handler (
u32 flow_ctx,
196 flow = &hm->
flows[index];
197 return (flow->
ctx[option]);
219 index = flow - hm->
flows;
220 strncpy ((
char *) flow->
flow_name, (
char *) flow_name, 31);
225 for (i = 0; i < 255; i++)
244 ((
u8 *) hbh0 + ((hbh0->
length + 1) << 3));
247 while (opt0 < limit0)
258 if (type0 == option_to_search)
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)
clib_memset(h->entries, 0, sizeof(h->entries[0]) *entries)
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]
#define pool_get(P, E)
Allocate an object E from a pool P (unspecified alignment).
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)
static u8 is_zero_ip4_address(ip4_address_t *a)
u32(* flow_handler[MAX_IP6_HBH_OPTION])(u32 flow_ctx, u8 add)
uint32_t mask_width(const boost::asio::ip::address &addr)
Get the prefix mask length of a host route from the boost address.
static u32 ioam_flow_add(u8 encap, u8 *flow_name)
#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_SET_DECAP(opaque_data)
VLIB buffer representation.
static ip6_hop_by_hop_option_t * ip6_hbh_get_option(ip6_hop_by_hop_header_t *hbh0, u8 option_to_search)
#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)