25 #ifndef __ADJ_MCAST_H__ 26 #define __ADJ_MCAST_H__ void adj_mcast_module_init(void)
Module initialisation.
enum fib_protocol_t_ fib_protocol_t
Protocol Type.
enum ip_adjacency_flags_t_ adj_flags_t
Flags on an IP adjacency.
u8 * format_adj_mcast_midchain(u8 *s, va_list *ap)
void adj_mcast_update_rewrite(adj_index_t adj_index, u8 *rewrite, u8 offset, u32 mask)
Update the rewrite string for an existing adjacecny.
adj_index_t adj_mcast_add_or_lock(fib_protocol_t proto, vnet_link_t link_type, u32 sw_if_index)
Mcast Adjacency.
adj_walk_rc_t(* adj_walk_cb_t)(adj_index_t ai, void *ctx)
Call back function when walking adjacencies.
u32 adj_index_t
An index for adjacencies.
void adj_mcast_midchain_update_rewrite(adj_index_t adj_index, adj_midchain_fixup_t fixup, adj_flags_t flags, u8 *rewrite, u8 offset, u32 mask)
Update the rewrite string for an existing adjacecny and Convert the adjacency into a midchain...
enum vnet_link_t_ vnet_link_t
Link Type: A description of the protocol of packets on the link.
template key/value backing page structure
void(* adj_midchain_fixup_t)(vlib_main_t *vm, struct ip_adjacency_t_ *adj, vlib_buffer_t *b0)
A function type for post-rewrite fixups on midchain adjacency.
void adj_mcast_walk(u32 sw_if_index, fib_protocol_t adj_nh_proto, adj_walk_cb_t cb, void *ctx)
Walk the multicast Adjacencies on a given interface.
u8 * format_adj_mcast(u8 *s, va_list *ap)
Format/display a mcast adjacency.
u32 adj_mcast_db_size(void)
Get the sze of the mcast adj DB.