FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
map_main_t Struct Reference
+ Collaboration diagram for map_main_t:

Data Fields

map_domain_tdomains
 
map_domain_extra_tdomain_extras
 
vlib_simple_counter_main_tsimple_domain_counters
 
vlib_combined_counter_main_tdomain_counters
 
volatile u32counter_lock
 
u16 msg_id_base
 
u8 tc
 
bool tc_copy
 
bool sec_check
 
bool sec_check_frag
 
bool icmp6_enabled
 
u16 tcp_mss
 
ip4_address_t icmp4_src_address
 
vlib_simple_counter_main_t icmp_relayed
 
vlib_main_tvlib_main
 
vnet_main_tvnet_main
 
bool frag_inner
 
bool frag_ignore_df
 
uwordbm_trans_enabled_by_sw_if
 
uwordbm_encap_enabled_by_sw_if
 
lpm_tip4_prefix_tbl
 
lpm_tip6_prefix_tbl
 
lpm_tip6_src_prefix_tbl
 
uword ip4_sv_reass_custom_next_index
 

Detailed Description

Definition at line 161 of file map.h.

Field Documentation

◆ bm_encap_enabled_by_sw_if

uword* map_main_t::bm_encap_enabled_by_sw_if

Definition at line 198 of file map.h.

◆ bm_trans_enabled_by_sw_if

uword* map_main_t::bm_trans_enabled_by_sw_if

Definition at line 197 of file map.h.

◆ counter_lock

volatile u32* map_main_t::counter_lock

Definition at line 170 of file map.h.

◆ domain_counters

vlib_combined_counter_main_t* map_main_t::domain_counters

Definition at line 169 of file map.h.

◆ domain_extras

map_domain_extra_t* map_main_t::domain_extras

Definition at line 165 of file map.h.

◆ domains

map_domain_t* map_main_t::domains

Definition at line 164 of file map.h.

◆ frag_ignore_df

bool map_main_t::frag_ignore_df

Definition at line 194 of file map.h.

◆ frag_inner

bool map_main_t::frag_inner

Definition at line 193 of file map.h.

◆ icmp4_src_address

ip4_address_t map_main_t::icmp4_src_address

Definition at line 186 of file map.h.

◆ icmp6_enabled

bool map_main_t::icmp6_enabled

Definition at line 181 of file map.h.

◆ icmp_relayed

vlib_simple_counter_main_t map_main_t::icmp_relayed

Definition at line 187 of file map.h.

◆ ip4_prefix_tbl

lpm_t* map_main_t::ip4_prefix_tbl

Definition at line 201 of file map.h.

◆ ip4_sv_reass_custom_next_index

uword map_main_t::ip4_sv_reass_custom_next_index

Definition at line 205 of file map.h.

◆ ip6_prefix_tbl

lpm_t* map_main_t::ip6_prefix_tbl

Definition at line 202 of file map.h.

◆ ip6_src_prefix_tbl

lpm_t* map_main_t::ip6_src_prefix_tbl

Definition at line 203 of file map.h.

◆ msg_id_base

u16 map_main_t::msg_id_base

Definition at line 173 of file map.h.

◆ sec_check

bool map_main_t::sec_check

Definition at line 179 of file map.h.

◆ sec_check_frag

bool map_main_t::sec_check_frag

Definition at line 180 of file map.h.

◆ simple_domain_counters

vlib_simple_counter_main_t* map_main_t::simple_domain_counters

Definition at line 168 of file map.h.

◆ tc

u8 map_main_t::tc

Definition at line 176 of file map.h.

◆ tc_copy

bool map_main_t::tc_copy

Definition at line 177 of file map.h.

◆ tcp_mss

u16 map_main_t::tcp_mss

Definition at line 183 of file map.h.

◆ vlib_main

vlib_main_t* map_main_t::vlib_main

Definition at line 190 of file map.h.

◆ vnet_main

vnet_main_t* map_main_t::vnet_main

Definition at line 191 of file map.h.


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