FD.io VPP  v16.09
Vector Packet Processing
ip6.h File Reference
+ Include dependency graph for ip6.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ip6_fib_key_t
 
struct  ip6_fib_t
 
struct  ip6_add_del_route_callback_t
 
struct  ip6_add_del_interface_address_callback_t
 
struct  ip6_main_t
 
union  ip6_icmp_neighbor_discovery_event_data_t
 
struct  ip6_add_del_route_args_t
 
struct  ip6_hop_by_hop_main_t
 

Macros

#define IP6_FIB_DEFAULT_HASH_NUM_BUCKETS   (64 * 1024)
 
#define IP6_FIB_DEFAULT_HASH_MEMORY_SIZE   (32<<20)
 
#define VNET_IP6_UNICAST_FEATURE_INIT(x, ...)
 
#define VNET_IP6_MULTICAST_FEATURE_INIT(x, ...)
 
#define IP6_ROUTE_FLAG_ADD   (0 << 0)
 
#define IP6_ROUTE_FLAG_DEL   (1 << 0)
 
#define IP6_ROUTE_FLAG_TABLE_ID   (0 << 1)
 
#define IP6_ROUTE_FLAG_FIB_INDEX   (1 << 1)
 
#define IP6_ROUTE_FLAG_KEEP_OLD_ADJACENCY   (1 << 2)
 
#define IP6_ROUTE_FLAG_NO_REDISTRIBUTE   (1 << 3)
 
#define IP6_ROUTE_FLAG_NOT_LAST_IN_GROUP   (1 << 4)
 
#define IP6_ROUTE_FLAG_NEIGHBOR   (1 << 5)
 
#define OI_DECAP   100
 

Typedefs

typedef void( ip6_add_del_route_function_t) (struct ip6_main_t *im, uword opaque, ip6_fib_t *fib, u32 flags, ip6_address_t *address, u32 address_length, void *old_result, void *new_result)
 
typedef void( ip6_add_del_interface_address_function_t) (struct ip6_main_t *im, uword opaque, u32 sw_if_index, ip6_address_t *address, u32 address_length, u32 if_address_index, u32 is_del)
 
typedef struct ip6_main_t ip6_main_t
 

Enumerations

enum  ip6_icmp_neighbor_discovery_event_type_t { ICMP6_ND_EVENT_INIT }
 

Functions

u32 ip6_fib_lookup (ip6_main_t *im, u32 sw_if_index, ip6_address_t *dst)
 
u32 ip6_fib_lookup_with_table (ip6_main_t *im, u32 fib_index, ip6_address_t *dst)
 
ip6_fib_tfind_ip6_fib_by_table_index_or_id (ip6_main_t *im, u32 table_index_or_id, u32 flags)
 Get or create an IPv6 fib. More...
 
static uword ip6_destination_matches_route (ip6_main_t *im, ip6_address_t *key, ip6_address_t *dest, uword dest_length)
 
static uword ip6_destination_matches_interface (ip6_main_t *im, ip6_address_t *key, ip_interface_address_t *ia)
 
static uword ip6_unaligned_destination_matches_route (ip6_main_t *im, ip6_address_t *key, ip6_address_t *dest, uword dest_length)
 
static int ip6_src_address_for_packet (ip6_main_t *im, vlib_buffer_t *p, ip6_address_t *src, u32 sw_if_index)
 
static u32 ip6_src_lookup_for_packet (ip6_main_t *im, vlib_buffer_t *b, ip6_header_t *i)
 
static ip6_address_tip6_interface_address_matching_destination (ip6_main_t *im, ip6_address_t *dst, u32 sw_if_index, ip_interface_address_t **result_ia)
 
clib_error_tip6_add_del_interface_address (vlib_main_t *vm, u32 sw_if_index, ip6_address_t *address, u32 address_length, u32 is_del)
 
int ip6_address_compare (ip6_address_t *a1, ip6_address_t *a2)
 
void ip6_add_del_route (ip6_main_t *im, ip6_add_del_route_args_t *args)
 
void ip6_add_del_route_next_hop (ip6_main_t *im, u32 flags, ip6_address_t *dst_address, u32 dst_address_length, ip6_address_t *next_hop, u32 next_hop_sw_if_index, u32 next_hop_weight, u32 adj_index, u32 explicit_fib_index)
 
u32 ip6_route_get_next_hop_adj (ip6_main_t *im, u32 fib_index, ip6_address_t *next_hop, u32 next_hop_sw_if_index, u32 explicit_fib_index)
 
u32 ip6_get_route (ip6_main_t *im, u32 fib_index_or_table_id, u32 flags, ip6_address_t *address, u32 address_length)
 
void ip6_foreach_matching_route (ip6_main_t *im, u32 table_index_or_table_id, u32 flags, ip6_address_t *address, u32 address_length, ip6_address_t **results, u8 **result_length)
 
void ip6_delete_matching_routes (ip6_main_t *im, u32 table_index_or_table_id, u32 flags, ip6_address_t *address, u32 address_length)
 
void ip6_maybe_remap_adjacencies (ip6_main_t *im, u32 table_index_or_table_id, u32 flags)
 
void ip6_adjacency_set_interface_route (vnet_main_t *vnm, ip_adjacency_t *adj, u32 sw_if_index, u32 if_address_index)
 
u32 vnet_ip6_neighbor_glean_add (u32 fib_index, void *next_hop_arg)
 
clib_error_tip6_probe_neighbor (vlib_main_t *vm, ip6_address_t *dst, u32 sw_if_index)
 
clib_error_tip6_set_neighbor_limit (u32 neighbor_limit)
 
uword ip6_udp_register_listener (vlib_main_t *vm, u16 dst_port, u32 next_node_index)
 
u16 ip6_tcp_udp_icmp_compute_checksum (vlib_main_t *vm, vlib_buffer_t *p0, ip6_header_t *ip0, int *bogus_lengthp)
 
void ip6_register_protocol (u32 protocol, u32 node_index)
 
int vnet_set_ip6_ethernet_neighbor (vlib_main_t *vm, u32 sw_if_index, ip6_address_t *a, u8 *link_layer_address, uword n_bytes_link_layer_address, int is_static)
 
int vnet_unset_ip6_ethernet_neighbor (vlib_main_t *vm, u32 sw_if_index, ip6_address_t *a, u8 *link_layer_address, uword n_bytes_link_layer_address)
 
void vnet_ip6_fib_init (ip6_main_t *im, u32 fib_index)
 
void ip6_link_local_address_from_ethernet_mac_address (ip6_address_t *ip, u8 *mac)
 
void ip6_ethernet_mac_address_from_link_local_address (u8 *mac, ip6_address_t *ip)
 
int vnet_set_ip6_flow_hash (u32 table_id, u32 flow_hash_config)
 
int ip6_neighbor_ra_config (vlib_main_t *vm, u32 sw_if_index, u8 suppress, u8 managed, u8 other, u8 ll_option, u8 send_unicast, u8 cease, u8 use_lifetime, u32 lifetime, u32 initial_count, u32 initial_interval, u32 max_interval, u32 min_interval, u8 is_no)
 
int ip6_neighbor_ra_prefix (vlib_main_t *vm, u32 sw_if_index, ip6_address_t *prefix_addr, u8 prefix_len, u8 use_default, u32 val_lifetime, u32 pref_lifetime, u8 no_advertise, u8 off_link, u8 no_autoconfig, u8 no_onlink, u8 is_no)
 
clib_error_tenable_ip6_interface (vlib_main_t *vm, u32 sw_if_index)
 
clib_error_tdisable_ip6_interface (vlib_main_t *vm, u32 sw_if_index)
 
int ip6_interface_enabled (vlib_main_t *vm, u32 sw_if_index)
 
clib_error_tset_ip6_link_local_address (vlib_main_t *vm, u32 sw_if_index, ip6_address_t *address, u8 address_length)
 
void vnet_register_ip6_neighbor_resolution_event (vnet_main_t *vnm, void *address_arg, uword node_index, uword type_opaque, uword data)
 
int vnet_set_ip6_classify_intfc (vlib_main_t *vm, u32 sw_if_index, u32 table_index)
 
static u32 ip6_compute_flow_hash (ip6_header_t *ip, u32 flow_hash_config)
 
int ip6_hbh_register_option (u8 option, int options(vlib_buffer_t *b, ip6_header_t *ip, ip6_hop_by_hop_option_t *opt), u8 *trace(u8 *s, ip6_hop_by_hop_option_t *opt))
 
int ip6_hbh_unregister_option (u8 option)
 

Variables

ip6_main_t ip6_main
 
vlib_node_registration_t ip6_input_node
 (constructor) VLIB_REGISTER_NODE (ip6_input_node) More...
 
vlib_node_registration_t ip6_rewrite_node
 (constructor) VLIB_REGISTER_NODE (ip6_rewrite_node) More...
 
vlib_node_registration_t ip6_rewrite_local_node
 (constructor) VLIB_REGISTER_NODE (ip6_rewrite_local_node) More...
 
vlib_node_registration_t ip6_discover_neighbor_node
 (constructor) VLIB_REGISTER_NODE (ip6_discover_neighbor_node) More...
 
vlib_node_registration_t ip6_icmp_neighbor_discovery_event_node
 
serialize_function_t serialize_vnet_ip6_main
 
serialize_function_t unserialize_vnet_ip6_main
 
vlib_node_registration_t ip6_lookup_node
 (constructor) VLIB_REGISTER_NODE (ip6_lookup_node) More...
 
ip6_hop_by_hop_main_t ip6_hop_by_hop_main
 

Macro Definition Documentation

#define IP6_FIB_DEFAULT_HASH_MEMORY_SIZE   (32<<20)

Definition at line 56 of file ip6.h.

#define IP6_FIB_DEFAULT_HASH_NUM_BUCKETS   (64 * 1024)

Definition at line 55 of file ip6.h.

#define IP6_ROUTE_FLAG_ADD   (0 << 0)

Definition at line 351 of file ip6.h.

#define IP6_ROUTE_FLAG_DEL   (1 << 0)

Definition at line 352 of file ip6.h.

#define IP6_ROUTE_FLAG_FIB_INDEX   (1 << 1)

Definition at line 354 of file ip6.h.

#define IP6_ROUTE_FLAG_KEEP_OLD_ADJACENCY   (1 << 2)

Definition at line 355 of file ip6.h.

#define IP6_ROUTE_FLAG_NEIGHBOR   (1 << 5)

Definition at line 359 of file ip6.h.

#define IP6_ROUTE_FLAG_NO_REDISTRIBUTE   (1 << 3)

Definition at line 356 of file ip6.h.

#define IP6_ROUTE_FLAG_NOT_LAST_IN_GROUP   (1 << 4)

Definition at line 357 of file ip6.h.

#define IP6_ROUTE_FLAG_TABLE_ID   (0 << 1)

Definition at line 353 of file ip6.h.

#define OI_DECAP   100

Definition at line 574 of file ip6.h.

#define VNET_IP6_MULTICAST_FEATURE_INIT (   x,
  ... 
)
Value:
__VA_ARGS__ vnet_ip_feature_registration_t mc_##x; \
static void __vnet_add_feature_registration_mc_##x (void) \
__attribute__((__constructor__)) ; \
static void __vnet_add_feature_registration_mc_##x (void) \
{ \
mc_##x.next = im->next_mc_feature; \
im->next_mc_feature = &mc_##x; \
} \
vnet_ip_feature_registration_t * next_mc_feature
Definition: ip6.h:147
ip6_main_t ip6_main
Definition: ip6_forward.c:2955
struct ip6_main_t ip6_main_t
struct _vnet_ip_feature_registration vnet_ip_feature_registration_t

Definition at line 193 of file ip6.h.

#define VNET_IP6_UNICAST_FEATURE_INIT (   x,
  ... 
)
Value:
__VA_ARGS__ vnet_ip_feature_registration_t uc_##x; \
static void __vnet_add_feature_registration_uc_##x (void) \
__attribute__((__constructor__)) ; \
static void __vnet_add_feature_registration_uc_##x (void) \
{ \
uc_##x.next = im->next_uc_feature; \
im->next_uc_feature = &uc_##x; \
} \
ip6_main_t ip6_main
Definition: ip6_forward.c:2955
struct ip6_main_t ip6_main_t
struct _vnet_ip_feature_registration vnet_ip_feature_registration_t
vnet_ip_feature_registration_t * next_uc_feature
Definition: ip6.h:146

Definition at line 181 of file ip6.h.

Typedef Documentation

typedef void( ip6_add_del_interface_address_function_t) (struct ip6_main_t *im, uword opaque, u32 sw_if_index, ip6_address_t *address, u32 address_length, u32 if_address_index, u32 is_del)

Definition at line 94 of file ip6.h.

typedef void( ip6_add_del_route_function_t) (struct ip6_main_t *im, uword opaque, ip6_fib_t *fib, u32 flags, ip6_address_t *address, u32 address_length, void *old_result, void *new_result)

Definition at line 78 of file ip6.h.

typedef struct ip6_main_t ip6_main_t

Enumeration Type Documentation

Enumerator
ICMP6_ND_EVENT_INIT 

Definition at line 214 of file ip6.h.

Function Documentation

clib_error_t* disable_ip6_interface ( vlib_main_t vm,
u32  sw_if_index 
)

Definition at line 2823 of file ip6_neighbor.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

clib_error_t* enable_ip6_interface ( vlib_main_t vm,
u32  sw_if_index 
)

Definition at line 2873 of file ip6_neighbor.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ip6_fib_t* find_ip6_fib_by_table_index_or_id ( ip6_main_t im,
u32  table_index_or_id,
u32  flags 
)

Get or create an IPv6 fib.

Get or create an IPv6 fib with the provided fib ID or index. The fib ID is a possibly-sparse user-defined value while the fib index defines the position of the fib in the fib vector.

Parameters
imip6_main pointer.
table_index_or_idThe table index if IP6_ROUTE_FLAG_FIB_INDEX bit is set in flags. Otherwise, when set to ~0, an arbitrary and unused fib ID is picked and can be retrieved with ret->table_id. Otherwise, it is the fib ID to be used to retrieve or create the desired fib.
flagsIndicates whether table_index_or_id is the fib index or ID. When the bit IP6_ROUTE_FLAG_FIB_INDEX is set, table_index_or_id is considered as the fib index, and the fib ID otherwise.
Returns
A pointer to the retrieved or created fib.
Remarks
When getting a fib with the fib index, the fib MUST already exist.

Definition at line 185 of file ip6_forward.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

clib_error_t* ip6_add_del_interface_address ( vlib_main_t vm,
u32  sw_if_index,
ip6_address_t address,
u32  address_length,
u32  is_del 
)

Definition at line 1204 of file ip6_forward.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ip6_add_del_route ( ip6_main_t im,
ip6_add_del_route_args_t args 
)

Definition at line 208 of file ip6_forward.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ip6_add_del_route_next_hop ( ip6_main_t im,
u32  flags,
ip6_address_t dst_address,
u32  dst_address_length,
ip6_address_t next_hop,
u32  next_hop_sw_if_index,
u32  next_hop_weight,
u32  adj_index,
u32  explicit_fib_index 
)

Definition at line 397 of file ip6_forward.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int ip6_address_compare ( ip6_address_t a1,
ip6_address_t a2 
)

Definition at line 45 of file ip46_cli.c.

+ Here is the caller graph for this function:

void ip6_adjacency_set_interface_route ( vnet_main_t vnm,
ip_adjacency_t adj,
u32  sw_if_index,
u32  if_address_index 
)

Definition at line 994 of file ip6_forward.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static u32 ip6_compute_flow_hash ( ip6_header_t ip,
u32  flow_hash_config 
)
inlinestatic

Definition at line 526 of file ip6.h.

+ Here is the caller graph for this function:

void ip6_delete_matching_routes ( ip6_main_t im,
u32  table_index_or_table_id,
u32  flags,
ip6_address_t address,
u32  address_length 
)

Definition at line 669 of file ip6_forward.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static uword ip6_destination_matches_interface ( ip6_main_t im,
ip6_address_t key,
ip_interface_address_t ia 
)
inlinestatic

Definition at line 272 of file ip6.h.

+ Here is the call graph for this function:

static uword ip6_destination_matches_route ( ip6_main_t im,
ip6_address_t key,
ip6_address_t dest,
uword  dest_length 
)
inlinestatic

Definition at line 257 of file ip6.h.

+ Here is the caller graph for this function:

void ip6_ethernet_mac_address_from_link_local_address ( u8 mac,
ip6_address_t ip 
)

Definition at line 3101 of file ip6_forward.c.

+ Here is the caller graph for this function:

u32 ip6_fib_lookup ( ip6_main_t im,
u32  sw_if_index,
ip6_address_t dst 
)

Definition at line 94 of file ip6_forward.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u32 ip6_fib_lookup_with_table ( ip6_main_t im,
u32  fib_index,
ip6_address_t dst 
)

Definition at line 61 of file ip6_forward.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ip6_foreach_matching_route ( ip6_main_t im,
u32  table_index_or_table_id,
u32  flags,
ip6_address_t address,
u32  address_length,
ip6_address_t **  results,
u8 **  result_length 
)

Definition at line 596 of file ip6_forward.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u32 ip6_get_route ( ip6_main_t im,
u32  fib_index_or_table_id,
u32  flags,
ip6_address_t address,
u32  address_length 
)

Definition at line 572 of file ip6_forward.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int ip6_hbh_register_option ( u8  option,
int   optionsvlib_buffer_t *b, ip6_header_t *ip, ip6_hop_by_hop_option_t *opt,
u8 traceu8 *s, ip6_hop_by_hop_option_t *opt 
)

Definition at line 2902 of file ip6_forward.c.

+ Here is the caller graph for this function:

int ip6_hbh_unregister_option ( u8  option)

Definition at line 2925 of file ip6_forward.c.

static ip6_address_t* ip6_interface_address_matching_destination ( ip6_main_t im,
ip6_address_t dst,
u32  sw_if_index,
ip_interface_address_t **  result_ia 
)
inlinestatic

Definition at line 320 of file ip6.h.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int ip6_interface_enabled ( vlib_main_t vm,
u32  sw_if_index 
)

Definition at line 2858 of file ip6_neighbor.c.

+ Here is the caller graph for this function:

void ip6_link_local_address_from_ethernet_mac_address ( ip6_address_t ip,
u8 mac 
)

Definition at line 3085 of file ip6_forward.c.

+ Here is the caller graph for this function:

void ip6_maybe_remap_adjacencies ( ip6_main_t im,
u32  table_index_or_table_id,
u32  flags 
)

Definition at line 650 of file ip6_forward.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int ip6_neighbor_ra_config ( vlib_main_t vm,
u32  sw_if_index,
u8  suppress,
u8  managed,
u8  other,
u8  ll_option,
u8  send_unicast,
u8  cease,
u8  use_lifetime,
u32  lifetime,
u32  initial_count,
u32  initial_interval,
u32  max_interval,
u32  min_interval,
u8  is_no 
)

Definition at line 2237 of file ip6_neighbor.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int ip6_neighbor_ra_prefix ( vlib_main_t vm,
u32  sw_if_index,
ip6_address_t prefix_addr,
u8  prefix_len,
u8  use_default,
u32  val_lifetime,
u32  pref_lifetime,
u8  no_advertise,
u8  off_link,
u8  no_autoconfig,
u8  no_onlink,
u8  is_no 
)

Definition at line 2320 of file ip6_neighbor.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

clib_error_t* ip6_probe_neighbor ( vlib_main_t vm,
ip6_address_t dst,
u32  sw_if_index 
)

Definition at line 2261 of file ip6_forward.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ip6_register_protocol ( u32  protocol,
u32  node_index 
)

Definition at line 2032 of file ip6_forward.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u32 ip6_route_get_next_hop_adj ( ip6_main_t im,
u32  fib_index,
ip6_address_t next_hop,
u32  next_hop_sw_if_index,
u32  explicit_fib_index 
)

Definition at line 301 of file ip6_forward.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

clib_error_t* ip6_set_neighbor_limit ( u32  neighbor_limit)

Definition at line 3215 of file ip6_neighbor.c.

+ Here is the caller graph for this function:

static int ip6_src_address_for_packet ( ip6_main_t im,
vlib_buffer_t p,
ip6_address_t src,
u32  sw_if_index 
)
inlinestatic

Definition at line 297 of file ip6.h.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static u32 ip6_src_lookup_for_packet ( ip6_main_t im,
vlib_buffer_t b,
ip6_header_t i 
)
inlinestatic

Definition at line 309 of file ip6.h.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u16 ip6_tcp_udp_icmp_compute_checksum ( vlib_main_t vm,
vlib_buffer_t p0,
ip6_header_t ip0,
int *  bogus_lengthp 
)

Definition at line 1666 of file ip6_forward.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

uword ip6_udp_register_listener ( vlib_main_t vm,
u16  dst_port,
u32  next_node_index 
)
static uword ip6_unaligned_destination_matches_route ( ip6_main_t im,
ip6_address_t key,
ip6_address_t dest,
uword  dest_length 
)
inlinestatic

Definition at line 282 of file ip6.h.

clib_error_t* set_ip6_link_local_address ( vlib_main_t vm,
u32  sw_if_index,
ip6_address_t address,
u8  address_length 
)

Definition at line 3023 of file ip6_neighbor.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void vnet_ip6_fib_init ( ip6_main_t im,
u32  fib_index 
)

Definition at line 101 of file ip6_forward.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u32 vnet_ip6_neighbor_glean_add ( u32  fib_index,
void *  next_hop_arg 
)

Definition at line 524 of file ip6_neighbor.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void vnet_register_ip6_neighbor_resolution_event ( vnet_main_t vnm,
void *  address_arg,
uword  node_index,
uword  type_opaque,
uword  data 
)

Definition at line 3347 of file ip6_neighbor.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int vnet_set_ip6_classify_intfc ( vlib_main_t vm,
u32  sw_if_index,
u32  table_index 
)

Definition at line 3229 of file ip6_forward.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int vnet_set_ip6_ethernet_neighbor ( vlib_main_t vm,
u32  sw_if_index,
ip6_address_t a,
u8 link_layer_address,
uword  n_bytes_link_layer_address,
int  is_static 
)

Definition at line 326 of file ip6_neighbor.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int vnet_set_ip6_flow_hash ( u32  table_id,
u32  flow_hash_config 
)

Definition at line 3140 of file ip6_forward.c.

+ Here is the caller graph for this function:

int vnet_unset_ip6_ethernet_neighbor ( vlib_main_t vm,
u32  sw_if_index,
ip6_address_t a,
u8 link_layer_address,
uword  n_bytes_link_layer_address 
)

Definition at line 468 of file ip6_neighbor.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

vlib_node_registration_t ip6_discover_neighbor_node

(constructor) VLIB_REGISTER_NODE (ip6_discover_neighbor_node)

Definition at line 2243 of file ip6_forward.c.

ip6_hop_by_hop_main_t ip6_hop_by_hop_main

Definition at line 2671 of file ip6_forward.c.

vlib_node_registration_t ip6_icmp_neighbor_discovery_event_node

Definition at line 2187 of file ip6_neighbor.c.

vlib_node_registration_t ip6_input_node

(constructor) VLIB_REGISTER_NODE (ip6_input_node)

Definition at line 289 of file ip6_input.c.

vlib_node_registration_t ip6_lookup_node

(constructor) VLIB_REGISTER_NODE (ip6_lookup_node)

Definition at line 1381 of file ip6_forward.c.

ip6_main_t ip6_main

Definition at line 2955 of file ip6_forward.c.

vlib_node_registration_t ip6_rewrite_local_node

(constructor) VLIB_REGISTER_NODE (ip6_rewrite_local_node)

Definition at line 2653 of file ip6_forward.c.

vlib_node_registration_t ip6_rewrite_node

(constructor) VLIB_REGISTER_NODE (ip6_rewrite_node)

Definition at line 2637 of file ip6_forward.c.

serialize_function_t serialize_vnet_ip6_main

Definition at line 450 of file ip6.h.

serialize_function_t unserialize_vnet_ip6_main

Definition at line 450 of file ip6.h.