FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Data Fields | |
void * | arg |
ip_prefix_t | src |
foreach_subprefix_match_cb_t | cb |
union { | |
gid_ip4_table_t * ip4_table | |
gid_ip6_table_t * ip6_table | |
}; | |
Definition at line 18 of file gid_dictionary.c.
union { ... } |
void* sfib_entry_arg_t::arg |
Definition at line 20 of file gid_dictionary.c.
foreach_subprefix_match_cb_t sfib_entry_arg_t::cb |
Definition at line 22 of file gid_dictionary.c.
gid_ip4_table_t* sfib_entry_arg_t::ip4_table |
Definition at line 25 of file gid_dictionary.c.
gid_ip6_table_t* sfib_entry_arg_t::ip6_table |
Definition at line 26 of file gid_dictionary.c.
ip_prefix_t sfib_entry_arg_t::src |
Definition at line 21 of file gid_dictionary.c.